This update adds some new features and fixes bugs.
Details:
- Added
ForceBlend
feature to the NBT Changer. This sets some values to a chunk that forces a chunk generated in 1.18 to blend with other 1.18 chunks. - Added
PreventRetrogen
field in the NBT Changer to block below zero retrogen after upgrading a world to 1.18. - Added an option in
View
to show coordinates in the map view. - Updated dependencies and improved build.gradle (see #306).
- Fixed a bug where it would throw an Exception when a version file was missing in the cache (see #305).
- Fixed a concurrency issue with the ImagePool where it would throw an ArrayIndexOutOfBoundsException.
- Changed the text of the
Import selection
andExport selection
toImport selection from .csv
andExport selection as .csv
for more clarity. - Fixed a bug where the biome filter and the biome field would not accept valid numeric minecraft ids anymore.
- Decreased minimum zoom level to allow zooming in further.
- Changed the redner height slider to be inclusive (when showing
319
it now also shows layer319
). - Fixed a bug where selections without a biome palette would fail to render.
- Improved rendering by only getting a block's biome when actually needed.
- Added debug to measure duration of image generation.
- Fixed occasional FileNotFOundException when reading a regions last modified date (see #320).
- Added the option to selection chunks and regions in a paint brush mode by holding the
Shift
key while draggin the mouse to select (see #321). - Fixed an error when reloading the view before selecting a world (see #322).
- Speeded up world loading when opening large worlds and added a progress bar (see #323).
- Fixed rare NullPointerException when filtering chunks (see #324).
- Added a hard limit of 4 to the default value of Process threads in the settings.
- Changed the loading animation icon in the bottom right corner to use a scheduled executor instead of busy waiting (see #336).
- Region files that do not contain a region file header will no longer be attempted to load (see #337).
- Fixed a resource leak if reading a config file fails (see #334).