[5.1] - Cannot insert Royal Jelly into Empowerer to obtain Growth Essence
JaSpr opened this issue ยท 1 comments
The recipe for Growth Essence does show up in JEI, but when you try to put Royal Jelly into the empowerer, it won't accept it.
The recipe in question is added in packmodes_balance.zs:
//====== Custom "growth essence" ======
//
mods.actuallyadditions.Empowerer.addRecipe(GrowEssence,
RoyalJelly,
AAFert, IFFert, TFFert, ManaPowder,
100000, 1200, [0.0, 0.6, 0.1]);