Closed eclipseisoffline closed 1 week ago
I have updated to the Fabric API for 1.21.2 and fixed a couple more mixins. Client runs but can't go past the create world screen until the server translations API is updated. Will fix the GitHub actions later.
All updated to the latest versions for 1.21.2 now, did some basic testing and everything seems to work okay. Marking as ready for review.
Updated to 1.21.3, should still work with 1.21.2 as well
The following changes have been made:
gradle.properties
have been updated to the latest versions for 1.21.2 pre-release 1. The Fabric API and server translations API still need to be updated.ItemStack#encodeAllowEmpty
has been changed toItemStack#toNbtAllowEmpty
.BlockExplodeCallback
event has changed slightly and its implementation mixin has been rewritten due to the explosion code having changed a lot in 1.21.2.Mod is able to build fine. Still untested since the Fabric API hasn't updated yet, will test properly once it does. Draft PR will be turned into a PR when 1.21.2 releases.