Skip to content

Port to Minecraft 26.1.2 (first Mojang-mapped release)#44

Open
tgboyles wants to merge 3 commits intoToCraft:mainfrom
tgboyles:main
Open

Port to Minecraft 26.1.2 (first Mojang-mapped release)#44
tgboyles wants to merge 3 commits intoToCraft:mainfrom
tgboyles:main

Conversation

@tgboyles
Copy link
Copy Markdown

@tgboyles tgboyles commented May 3, 2026

Summary

  • Ports CraftedCore to Minecraft 26.1.2, the first Mojang-mapped (unobfuscated) release
  • Updates ResourceKey.location().identifier() and other renamed API calls
  • Replaces CommandSourceStack.hasPermission(int) with Commands.hasPermission(Commands.LEVEL_GAMEMASTERS) (permission int API removed)
  • Registers KeyMapping.Category via KeyMapping.Category.register(Identifier) instead of a plain String
  • Updates NeoForge: FMLEnvironment.dist field → FMLEnvironment.getDist() method
  • Fixes maven artifact IDs to match expected craftedcore / craftedcore-fabric / craftedcore-neoforge coordinates

Test plan

  • ./gradlew publishToMavenLocal completes without errors
  • Woodwalkers mod builds successfully against this published artifact
  • Game launches on both Fabric and NeoForge without mixin failures

🤖 Generated with Claude Code

thomas and others added 3 commits May 2, 2026 10:37
Full port of craftedcore to Minecraft Java Edition 26.1.2 targeting
Fabric API 0.147.0 and NeoForge 26.1.2.36-beta. See README for a
complete breakdown of API renames and build changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ic/craftedcore-neoforge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tgboyles
Copy link
Copy Markdown
Author

tgboyles commented May 3, 2026

Dear @ToCraft,

My daughter is a serious Minecraft enthusiast and has been begging me to figure out how to let us 'play together as wolves'. Your mod system appears to be the best version of this request, but it wasn't compatible with the latest Java version. We spent the day porting this project and woodwalker-mod (ToCraft/woodwalkers-mod#233) to 26.1.2 and I wanted to open a couple PRs for the changes in case you were interested in the updates. Either way, thank you for doing these projects. You've already brought her significant joy and given me an opportunity to explain a ton of important software engineering concepts. Cheers,

Thomas

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