This release fixes more bugs.
Join our Discord:
Buy me a coffee:
Details
- Fixed a bug where tinted blocks would appear white for custom biomes. It will now fall back to
minecraft:plains. - Fixed a bug where CLI mode was not working (VersionHandler was not initilized correctly).
- Got rid of any usage of
MappedByteBuffer. This should fix the issue that deleting single chunks in a region wouldn't work, but deleting the entire region would. - Fixed implementation of the
AverageHeightOverlay for newser Minecraft versions, it was always returning0. - Improved searching for datapack dimensions, it now recursively looks in the
dimensionsfolder of a world up to 4 levels deep to find custom dimensions.