Botania

Botania

133M Downloads

Smokey Quartz is not interchangeable

Shahelion opened this issue ยท 3 comments

commented

When disabled (because of Thaumic Tinkerer's version) the Flugel Tiara variant still requires Botania's Smokey Quartz, and will not accept alternates.

commented

It because we declare the recipe for the variants in a loop instead of one at a time.

Due to the quartz types being added by us, I would guess it was never expected to need to oredict the recipe for them.

https://github.com/Vazkii/Botania/blob/master/src/main/java/vazkii/botania/common/crafting/ModCraftingRecipes.java#L1410

commented

Well, the config option specifically says it's for those using Thaumic Tinkerer, so I assumed it would work with that. The Tiara was probably added much later, though.

commented

yep it was, I'll take a look when I get home tonight