Can't add forestry still recipes
BBoldt opened this issue ยท 6 comments
This shows up in NEI and stuff but doesn't actually work:
// XP & Mob Essence Conversions
mods.forestry.Still.addRecipe(50, <liquid:xpjuice> * 25, <liquid:mobessence> * 83);
mods.forestry.Still.addRecipe(50, <liquid:mobessence> * 83, <liquid:xpjuice> * 25);
Can you try it with version 0.8 because many thinks like thaumcraft not working in this version.
Usually if it shows up in nei, but doesn't work, it is user error. since nei is simply reading and displaying. maybe you put the wrong stuff in. also as @Zixxl said, can't reproduce.