Craft Tweaker integration does not work
AechtRob opened this issue ยท 0 comments
fossilsarcheology-8.0.4
For Culture Vats and Analysers the RemoveXXXInput command works fine with CraftTweaker, but any command to add an Output has no effect. They do not get added. No errors are logged. They just aren't added.
Eg. these two lines will result in it being impossible to analyse a tar_fossil, whereas they should analyse it and give you the result. The first line removes the input and the second line then fails to add a new recipe. Same for Culture Vats. (Untested for sifters and bench).
mods.fossils.recipes.removeAnalyzerInput(<fossil:tar_fossil>);
mods.fossils.recipes.addAnalyzerOutput(<fossil:tar_fossil>,<fossil:volcanic_rock:0>,100);