Skip to content

Releases: Arcensoth/mcgen

v0.8.0

21 Jun 18:57
Compare
Choose a tag to compare

Changed

  • Updated the default URL for the version manifest.

v0.7.0

11 Nov 17:54
Compare
Choose a tag to compare

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

30 Sep 16:26
Compare
Choose a tag to compare

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

07 Jul 04:32
Compare
Choose a tag to compare

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

18 Jun 23:36
Compare
Choose a tag to compare

Added

  • Added missing simplify_blocks processor

v0.3.0

18 Jun 16:52
Compare
Choose a tag to compare

Changed

  • Made the file structure more flexible
    • Paths are now formatted with the resolved version
    • Adjusted CLI argument names to reflect this change

v0.2.0

18 Jun 14:41
Compare
Choose a tag to compare

Changed

  • Adjusted CLI defaults

v0.1.0

18 Jun 14:40
Compare
Choose a tag to compare

Added

  • Initial implementation