Open 1.1.0: Shovel of the Purifier Not Craftable

Jorvalt

New Member
Jul 29, 2019
82
0
0
Version:
1.1.0

What is the bug:
The Shovel of the Purifier is not craftable. The infusion altar does not distinguish between its recipe and the Shovel of the Earthmover, ergo, it tries to craft the Shovel of the Earthmover instead. By extension, this means that any recipe requiring taint shards would also not be craftable.

Mod & Version:
Forbidden Magic 0.574

Paste.feed-the-beast.com log:


Can it be repeated:
Yes. Retried it multiple times. All you have to do is try to set up the recipe for the Shovel of the Purifier, and then you will notice that it's requesting Fabrico and Terra, which is of course the essentia for the Shovel of the Earthmover recipe.

Known Fix:
 
Z

Zor

Guest
Confirmed that it does not work. I skimmed through the configs and didn't find anything of help either, although I did find the Spork of Doom...

It seems the only fix would be to /give [player] 6485.
 

Jorvalt

New Member
Jul 29, 2019
82
0
0
I'm pretty sure this is actually a problem with Thaumcraft itself. It seems that any of the vanilla shards are interchangeable with any of the other vanilla shards in infusion crafting. Scratch that, any of the vanilla Thaumcraft items that share an ID but have different data tags are interchangeable with any other vanilla Thaumcraft items that have that ID in infusion crafting. For instance, Silverwood logs are apparently interchangeable with Greatwood logs. So, as usual, blame Azanor.
 
Last edited:
  • Like
Reactions: SpitefulFox

Jorvalt

New Member
Jul 29, 2019
82
0
0
And as an addendum: It will count the item that appears first in terms of data tags when determining what recipe to craft. So, since Earth Shards have an ID of 4500:3 and Order Shards have an ID of 4500:4 (and Greatwood logs are 529 and Silverwood is 529:1) it chooses Shovel of the Earthmover over Shovel of the Purifier.
 

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
Code:
#Shovel of the Purifier crafting fix
mods.thaumcraft.Infusion.removeRecipe(<ForbiddenMagic:TaintShovel>);
mods.thaumcraft.Infusion.addRecipe("TAINTSHOVEL", <Thaumcraft:ItemShovelVoid>, [<Thaumcraft:blockMagicalLog:1>, <minecraft:diamond>, <Thaumcraft:ItemShard:4>, <Thaumcraft:ItemShard:4>], "vitreus 8, perfodio 8, sano 8", <ForbiddenMagic:TaintShovel>, 2);
mods.thaumcraft.Research.refreshResearchRecipe("TAINSHOVEL");
Script fix untill pack update