Releases: mschae23/minecraft-worldgen-updater
Releases · mschae23/minecraft-worldgen-updater
Release 2.0.0 (for Minecraft 1.18)
- Updated to 1.18.
- Allows for updating configured and placed features separately (for 1.18+ data packs), and updating from 1.17 (with only configured features) to placed features.
- Improved error messages and warnings.
- Reduced debug info is now the default (except when using the
--verbose
flag). - Worldgen Updater's
array_decorated
is now deprecated, because placed features work in basically the same way now. - General bug fixes.
2.0.0 Pre-release 7 (for Minecraft 1.18)
- Added
scatter
decorator, which gets updated torandom_offset
. - Allow updating configured and placed features separately.
- General fixes.
- Fixed identifiers not defaulting to the
minecraft
namespace.
2.0.0 Pre-release 6 (for Minecraft 1.18-pre5)
- Added
carving_mask
placement modifier. carving_mask
,count_noise
andcount_multilayer
decorators will now be updated to their respective placement modifiers.- Improved error messages.
2.0.0 Pre-release 5 (for Minecraft 1.18-pre5)
- Updated for 1.18 Pre-release 5.
- Fixed
random_patch
feature update. - A
biome
placement modifier is now added at the end ofdecorated
features automatically. random_boolean_selector
,vegetation_patch
andwaterlogged_vegetation_patch
now take placed features.- Added 1.18-pre5 block predicates (
matching_block_tag
andhas_sturdy_face
). - Placed features can now be referenced.
- Deprecated Worldgen Updater's
array_decorated
feature. - Reduced debug info is now the default.
2.0.0 Pre-release 4 (for Minecraft 1.18-pre4)
- Improved processing of decorators (when updating from 21w44a or older) and placement modifiers
- Re-added some warnings (like for using multiple
in_square
modifiers)
2.0.0 Pre-release 3 (for Minecraft 1.18-pre3)
- Updated for 1.18 Pre-release 3 (meaning glow lichen features will be updated now).
2.0.0 Pre-release 2 (for Minecraft 1.18-pre1)
cave_surface
decorators are now updated toenvironment_scan
placement modifiers (untested).
2.0.0 Pre-release 1 (for Minecraft 1.18-pre1)
- Started updating to 1.18 Pre-release 1
Release 1.10.0 (for Minecraft 21w40a)
- Added support for the
decorated
,iceberg
, andenvironment_scan
decorators. - Added support for the old version of the
simple_block
, which will be updated to the new simple block, decorated withblock_filter
. - Fixed some fields of
surface_relative_threshold
and oldblock_filter
not being optional. - Added a
worldgenupdater:false
block predicate, which will be replaced withnot(true)
. - Improved optimization of block predicates and the
block_filter
decorator.
Release 1.9.0
- When exceptions are thrown while a feature is being processed, they will now be displayed as an error instead of crashing the program.
- Fixed the
true
block predicate (which doesn't have a config) and the two tree decorators without configs throwing an exception during encoding. - Improved processing of block predicates.