Releases: Arcensoth/mcgen
Releases · Arcensoth/mcgen
v0.8.0
Changed
- Updated the default URL for the version manifest.
v0.7.0
Changed
- Generalized the
summarize_biomes
processor to a full-blown summarize_worldgen
(similar to how summarize_data
works)
- Changed the default value of
--cmd
to use the java
command for 21w39a onward
v0.6.0
Added
- New CLI option
--cmd
to pass a custom command to invoke the data generator with (to support changes from 21w39a onward)
v0.5.0
Added
- 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
v0.4.0
Added
- Added missing
simplify_blocks
processor
v0.3.0
Changed
- Made the file structure more flexible
- Paths are now formatted with the resolved version
- Adjusted CLI argument names to reflect this change