- fixed an issue on level close possibly causing a leak
- fixed possible issue when trying to connect to a vanilla server?
- fixed wrong version number
- CompatWoodType:
- Added Undetected WoodTypes from Blocks+
- Added Undetected LeavesType from Mystic's Biomes
- Updated My Nether's Delight's log ID of powdery
- fixed map deco component not having equals and hash code impls causing issues
fixed an issue when closing servers
- fixed an issue that caused servers to take slightly more time to start due to a concurrency issue
- fixed custom villager trades not working
- fixed an issue that caused servers to take slightly more time to start due to a concurrency issue
- more improvements for fake level api internals
more improvements on the fake level api internals
- registering banners a bit earlier.
- This is just a workaround since some mods like to break the sheets class by classloading in mod init or clent init. Class will initialize all its texture maps thee ad if banners arent registered yet by then it will have issues. On fabric one can register whenever during mod initialization so this is still something that those mods should fix!