Skip to content

Conversation

@crabsatellite
Copy link

Can't wait to add to my own server, those golems are so cute lol

Copilot AI review requested due to automatic review settings December 29, 2025 12:58
Copy link

Copilot AI left a 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 Codec with MapCodec for data serialization where appropriate
  • Updates particle and entity data structures to use new 1.21.1 format (e.g., valueitem, Countcount)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant