-
Notifications
You must be signed in to change notification settings - Fork 423
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
Update mod to Minecraft snapshot 24w40a #4136
Conversation
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.
Looks great, I cannot reproduce the crash, im happy to release it as-is. The recipe stuff can be improved over the coming weeks.
I can try to reproduce the crash again later. The only differences I can think of that my environment may have is worlds with feature flags enabled and the test worlds from #4118. I do realize that the pale oak chest boat is missing from the |
Fixed both, thanks. I have tried worlds with the experiments enabled and all seems fine. Ill release this now and we can always fix the crash later. |
This pull request ports Fabric API to Minecraft snapshot 24w40a without any breaking changes.
In addition, the
c:is_dark_forest
biome tag has been added. This biome tag includes the dark forest and pale garden biomes, as the latter is a variant of the former, as stated by the Minecraft changelog:The game runs, but when creating a new world after exiting another world, the game may crash with the message
Caused by: java.lang.IllegalStateException: Tags already captured, this should not happen
.