-
Notifications
You must be signed in to change notification settings - Fork 8
Port to 1.21.1 neoforge #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master-1.20.1
Are you sure you want to change the base?
Port to 1.21.1 neoforge #144
Conversation
…age navigation and scrolling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request ports the Extra Golems mod from Minecraft 1.20.1 Forge to Minecraft 1.21.1 NeoForge. The changes primarily involve updating to the new NeoForge API and adapting to Minecraft 1.21.1's updated data structures and serialization systems.
- Migrates from Forge to NeoForge mod loader and updates API usage throughout the codebase
- Updates tag system from
#forge:to#c:(common convention tags) across all golem configuration files - Modernizes codec system, replacing deprecated
CodecwithMapCodecfor data serialization where appropriate - Updates particle and entity data structures to use new 1.21.1 format (e.g.,
value→item,Count→count)
Reviewed changes
Copilot reviewed 217 out of 426 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/main/resources/data/golems/golems/golem/*.json |
Updated tag references from Forge to common convention tags and modernized particle data format |
src/main/resources/data/c/tags/**/*.json |
Added new common convention tag files to replace removed Forge tags |
src/main/resources/data/forge/tags/**/*.json |
Removed Forge-specific tag definitions |
src/main/resources/META-INF/mods.toml |
Removed (likely replaced with NeoForge equivalent) |
src/main/resources/assets/golems/lang/*.json |
Added Japanese translation and updated Chinese translation with improved formatting |
src/main/java/**/*.java |
Updated imports, API calls, and data structures to NeoForge/1.21.1 equivalents |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Can't wait to add to my own server, those golems are so cute lol