New uNmINeD development snapshot is available for download!
Changes:
- Bedrock LevelDB log file reader optimizations (speedup for worlds with large log files)
- Isometric mode optimizations (huge speedup, less memory usage)
- Isometric mode now uses the block filter settings
- Added support for Java Edition default blockstates (from 26.3-snapshot-7)
- Upgraded to .NET 11 (preview.7)
Default blockstates
Minecraft Java Edition from version 26.3-snapshot-7 does not store blockstate properties in the world save files when referencing a default blockstate. This caused these blockstates to render incorrectly.
uNmINeD now uses a configuration file config/vanilla.defaultblockstates.java.txt to resolve default vanilla blockstate properties. If it encounters a blockstate reference without properties, it will use the default properties from the configuration file.
The configuration file only contains default blockstate information for vanilla blocks. A mod will be available later that will allow you to generate a blockstate configuration file for modded worlds.
