Skip to content

2.0.0

Choose a tag to compare

@yurisuika yurisuika released this 01 May 11:32
  • Complete rework of configuration to use new "composition" system (please back up your old configs before updating!)
  • Removed World and Produce objects in favor of a new Composition object (contains a Compost object and a Worlds set)
  • Reworked and expanded commands to provide finer tweaking of entries, including modify subcommand for all aspects of a composition
  • Reworked lang file
  • Fixed remove command failing to work #18
  • Fixed suggestions failing to populate on Forge for remove command #18
  • Fixed incompatibility with NeoForge hopper insert hook not calling setChanged #13
  • Fixed incompatibilities with various pipe mods on NeoForge not calling setChanged #19
  • Fixed incompatibilities with various pipe mods (Pipez, Mekanism, Oritech) inserting too many items into composter #19
  • Fixed Invalid player data crash from from null registry lookup #20
  • Fixed ConcurrentModificationException crash on dedicated server from maxStackSize query by removing query in favor of static 64 #16
  • Fixed conflict with NeoForge 21.4.49-beta and later on 1.21.4 as mixin is no longer necessary #17