CHANGELOG 2.1.3
ADDITIONS AND CHANGES
- fix: recipes with fluid input not working being processed
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
WARNING
- This version is not compatible with any version below 2.0.0 of any addon
CHANGELOG 2.1.2
ADDITIONS AND CHANGES
- fix: recipes with fluid only being checked the first one.
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
WARNING
- This version is not compatible with any version below 2.0.0 of any addon
CHANGELOG 2.1.1
ADDITIONS AND CHANGES
- fix: crashing with custom ingredient on recipe creation
- fix: not processing with multiple fluid input requirement
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
WARNING
- This version is not compatible with any version below 2.0.0 of any addon
CHANGELOG 2.1.0
ADDITIONS AND CHANGES
- add: almost unified "compatibility", no additional config needed to make it work
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
WARNING
- This version is not compatible with any version below 2.0.0 of any addon
CHANGELOG 2.0.0
ADDITIONS AND CHANGES
- fix: crafting system
- add: confirmation popups to place and break structure on controller GUI
- add: on click place structure button shows a selection popup where each one does something different on clicked on the confirmation popup
- add: sound ability(see test datapack or kubejs example to use them)
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
WARNING
- This version is not compatible with any version below 2.0.0 of any addon
CHANGELOG 1.1.19
ADDITIONS AND CHANGES
- fix: duration recipe modifier not working
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.18
ADDITIONS AND CHANGES
- fix: Controller crashing game on break or place with adjacent blocks (#19, #23)
- fix: redstone control of machine recipe(redstone > 0 = machine paused) [controller or direct sided powered blocks]
- add: controller tab button to break current structure placed
- fix: calling client side methods on server side (#20, #21)
- fix: experience output not being processing
- add: recipe modifiers to machine
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.17
ADDITIONS AND CHANGES
- fix: item requirement with tags not accepting items with data components(having the tag)
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.16
ADDITIONS AND CHANGES
- fix: #18
- Add: chance rendering to item/fluid requirements, chance text color can be changed in config, default white
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.15
ADDITIONS AND CHANGES
- Add: renderProgress to recipe:
- json:
"renderProgress": true|false
(if not provided -> default: true) - kubejs:
.renderProgress(true|false)
(if not present -> default: true)
- json:
- Remove: item bus config as it does nothing (for the moment)
- Fix: using tags and blockstates not recognizing blockstates
- Update: Controller GUI structure tooltip(one value is no longer wrapped by
[]
) - Update: Controller Item structure tooltip(one value is no longer wrapped by
[]
)
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
- This version will crash with [NeoForge]Modular Machinery Reborn Energistics-1.21.1-1.1.2
CHANGELOG 1.1.14
ADDITIONS AND CHANGES
- Fix: crashing with JEI #16
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
- This version will crash with [NeoForge]Modular Machinery Reborn Energistics-1.21.1-1.1.2
CHANGELOG 1.1.13
ADDITIONS AND CHANGES
- Fix: sync server-client machines
- Fix: vanilla blocks flipped with the controller horizontal facing
- Add: blocks showed on item tooltip (shift) and controller GUI with checker in inventory
- Add: experience hatches
- Add: experience requirement (KubeJS/json)
- Update: test datapack (with experience)
- Update: KubeJS example (with experience)
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
- This version will crash with [NeoForge]Modular Machinery Reborn Energistics-1.21.1-1.1.2
CHANGELOG 1.1.12
ADDITIONS AND CHANGES
- Add LootTable output requirement (kubejs/datapack)
- Add TheOneProbe compat
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.11
ADDITIONS AND CHANGES
- Fix breaking multiblocks with blocks in "ANY" position
- Add chance to item and fluid requirements(KubeJS): Must be between 0 and 1, being 0 not
consumed/produced and 1 always consumed/produced
- .requireItem(ingredient, chance, x, y) // .produceItem(ingredient, chance, x, y)
- .requireItem(ingredient, x, y) // .produceItem(ingredient, x, y)
- .requireFluid(fluid, chance, x, y) // .produceFluid(fluid, chance, x, y)
- .requireFluid(fluid, x, y) // .produceFluid(fluid, x, y)
- or without the "x" and "y" positions for EMI/JEI
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.10
ADDITIONS AND CHANGES
- Add possibility to change controller model
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.9
ADDITIONS AND CHANGES
- Add EMI support(1.1.8)
- Fix emi catalysts not working
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things
CHANGELOG 1.1.7
ADDITIONS AND CHANGES
- Fix process of fluids not working properly with input and output of fluids and chemicals
RECOMENDATIONS
- Update every addon you have to improve compat and don't break things