Refactored plugin architecture - Changed from API library to standalone plugin
Major Changes:
Removed API publishing - Plugin no longer exposes GlowingEntities as a library for other plugins
Changed to API consumer - Now uses the original GlowingEntities API as a dependency instead of providing it
Plugin renamed - Updated plugin name and package structure to reflect new standalone nature
Removed maven publishing workflows - No longer publishes artifacts to Maven repositories
Removed API generator - Deleted mappings generator as we now consume the API externally
Simplified structure - Focused on plugin functionality rather than library distribution
This version transforms the original GlowingEntities from an API library into a standalone plugin that utilizes the existing GlowingEntities API. The plugin maintains all core functionality (glowing blocks, NPCs, animations) but no longer serves as an API for other plugins to depend on.