All the Mods 3 - ATM3

All the Mods 3 - ATM3

3M Downloads

[5.1] - Cannot insert Royal Jelly into Empowerer to obtain Growth Essence

JaSpr opened this issue ยท 1 comments

commented

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]);
commented

Issue was with server being set to Simplified, while clients were set to Normal. Not a bug, it's a feature.