Open Botania Flower 'Broken Comprilla' not craftable.

S

Sorbe

Guest
Summary of the problem Botania Flower 'Broken Comprilla' not craftable.

Pack Version

What is the bug? While the 2 Light Blue, 2 Black and 2 White petals will go into the Petal Apothecary, the 2 pieces of Flint will not.

Comfirmed broken in FTB IE 1.04 (and fixed in 1.10)
https://forum.feed-the-beast.com/threads/1-0-4-broken-comprilla-not-craftable.150710/

Mod & Version

Link to log file

Is it repeatable? Yes

Known Fix None.

(was fixed by tfox83 in FTB IE - here is the proposed fix from other bug report)
Code:
mods.botania.Apothecary.removeRecipe(<Botania:specialFlower>.withTag({type:"excompressum.brokenComprilla"}));
mods.botania.Apothecary.addRecipe(<Botania:specialFlower>.withTag({type:"excompressum.brokenComprilla"}), [<Botania:petal:15>, <Botania:petal:15>, <Botania:petal>, <Botania:petal>, <Botania:petal:3>, <Botania:petal:3>, <Botania:manaResource:6>]);