Port to Minecraft 26.1.2 (first Mojang-mapped release)#44
Open
tgboyles wants to merge 3 commits intoToCraft:mainfrom
Open
Port to Minecraft 26.1.2 (first Mojang-mapped release)#44tgboyles wants to merge 3 commits intoToCraft:mainfrom
tgboyles wants to merge 3 commits intoToCraft:mainfrom
Conversation
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>
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ResourceKey.location()→.identifier()and other renamed API callsCommandSourceStack.hasPermission(int)withCommands.hasPermission(Commands.LEVEL_GAMEMASTERS)(permission int API removed)KeyMapping.CategoryviaKeyMapping.Category.register(Identifier)instead of a plainStringFMLEnvironment.distfield →FMLEnvironment.getDist()methodcraftedcore/craftedcore-fabric/craftedcore-neoforgecoordinatesTest plan
./gradlew publishToMavenLocalcompletes without errors🤖 Generated with Claude Code