
[1.12.2] Can't replace / Adjust Leaf -> Water Extractor Recipe
KAfable opened this issue ยท 1 comments
Currently using your mod for a pack I'm working on. I'm trying to replace one of the default recipes for the Extractor, I just want it to produce more water than normal so players don't have to click leaves for as long.
#Extractor
mods.skyresources.waterextractor.extract.removeRecipe(20, null, minecraft:leaves);
mods.skyresources.waterextractor.extract.addRecipe(50, null, minecraft:leaves);
Should I be using minecraft:air instead or something?
Hey, sorry to necro this issue but it still doesn't seem fixed as of 2.2.3.
This script is here, with the lines at 207 and 208 designed to replace/buff the water extractor recipe for tree leaves. The new recipe gets added successfully, but the original recipe is still not removed.
According to the craftweaker.log at lines 1223 and lines 1224, it does seem to mark that it is successful, but unfortnately JEI still displays both the 20mb and 50mb recipes and gameplay testing still results in only 20mb of water per removal.