- In 1.0.3, compatibility with Inspecio was fixed, but part of that fix was hardcoding the values for Fish and Axolotls. This breaks mods that add other Bucketable mobs, and will also break Frogs in 1.19. This release fixes all of those mobs/mods, and maintains compatibility with Inspecio.
- Fixed bugginess when using water in the nether - there was a small error in the code that caused water in the nether to be extremely buggy, this has been fixed - water in the nether should now work fine.
- Rewrite knockback enchantment code - although no mod incompatibilities have been reported yet, it is possible for another mod editing the same code to be incompatible with the old code. This has now been rewritten in a much more compatible way.
- Rewrite all gamerule Mixins that include long if statement chains to use maps, for optimisation and code cleanliness.
- Fix mod compatibility with inspecio and rug
- And do some misc changes for code cleanliness and compatibility
- Thanks to @LilyRose2798 for the original implementation of maps
- Fix LICENSE in fabric.mod.json
- Fix /ban command toggle
- Rewrite mobcap code to make it work better and to preserve vanilla parity