All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.0 - 2022-06-21
- Updated the default URL for the version manifest.
0.7.0 - 2021-11-11
- Generalized the
summarize_biomes
processor to a full-blownsummarize_worldgen
(similar to howsummarize_data
works) - Changed the default value of
--cmd
to use thejava
command for 21w39a onward
0.6.0 - 2021-09-30
- New CLI option
--cmd
to pass a custom command to invoke the data generator with (to support changes from 21w39a onward)
0.5.0 - 2021-07-07
- Added a
create_all_tags_data_pack
processor that generates a data pack with "all" tags.- The data pack contains an
#mcdata:all
tag for each type of supported registry:minecraft:block
->tags/blocks
minecraft:entity_type
->tags/entity_types
minecraft:fluid
->tags/fluids
minecraft:game_event
->tags/game_events
minecraft:item
->tags/items
- The data pack is generated under a new top-level
datapacks
directory
- The data pack contains an
0.4.0 - 2021-06-18
- Added missing
simplify_blocks
processor
0.3.0 - 2021-06-18
- Made the file structure more flexible
- Paths are now formatted with the resolved version
- Adjusted CLI argument names to reflect this change
0.2.0 - 2021-06-18
- Adjusted CLI defaults
0.1.0 - 2021-04-08
- Initial implementation