Open 2.3.3: Magic Bees Broken recipes

Bennyboy1695

New Member
Jul 29, 2019
35
0
0
Version:
2.3.3

What is the bug:
All of the Magic Bees recipes that are added to be compatible with Botania have broken, and because of this those items are unusable/uncraftable.
I have also submitted an issue to MagicBees
https://github.com/MagicBees/MagicBees/issues/126

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
 

Bennyboy1695

New Member
Jul 29, 2019
35
0
0
Seems the recipes broke because mana petals got removed but magic bees didnt get updated to include recipe changes for it so heres a fix im using on my servers.
Minetweaker recipe fix:
Code:
#Temp bee/botania fix
mods.botania.Apothecary.removeRecipe("beegonia");
mods.botania.Apothecary.removeRecipe("hiveacynth");
mods.botania.Apothecary.removeRecipe("hibeescus");
mods.botania.Apothecary.addRecipe("beegonia", [<ore:petalWhite>, <ore:petalYellow>, <ore:petalYellow>, <ore:petalYellow>, <Botania:rune:8>, <Botania:rune:8>, <Botania:rune:8> * 1]);
mods.botania.Apothecary.addRecipe("hiveacynth", [<ore:petalCyan>, <ore:petalLightBlue>, <ore:petalLightBlue>, <ore:petalBlue>, <Botania:rune:8>, <Botania:rune:8>, <Botania:rune:8>, <Botania:rune:8>, <Botania:manaResource:6> * 1]);
mods.botania.Apothecary.addRecipe("hibeescus", [<ore:petalMagenta>, <ore:petalMagenta>, <ore:petalMagenta>, <ore:petalRed>, <ore:petalOrange>, <Botania:rune:8>, <Botania:rune:8>, <Botania:rune:8>, <Botania:rune:8>, <Botania:rune:8>, 
<Botania:manaResource:6>, <Botania:rune:11>, <Botania:rune:15>, <Botania:rune:14>, <Botania:rune:5>, <Botania:rune:3> * 1]);

Edited recipe as mana powder doesnt allow the recipe to complete in the petal apothecary
 
Last edited: