You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes & Improvements
Code Refactoring & Cleanup: Performed a major overhaul of the codebase, removing obsolete classes and deprecated methods to improve overall maintainability.
Performance Optimizations: Refined internal logic to reduce overhead during gameplay.
Slime Check Optimization: Streamlined the verification logic for slimes, reducing unnecessary processing while maintaining behavior similar to previous versions.
Bug Fixes
Fixed mcmod.info issue: Resolved a bug that prevented the mod's information (description, version, authors, etc.) from displaying correctly in the Forge mods menu.
Restored In-Game Config Access: Thanks to the code cleanup, the Config button in the Forge menu is now functional again.
Note: I'm aware that some settings currently require a game restart to apply. I'm working on implementing a proper live refresh for the next update.