ModTweaker

ModTweaker

88M Downloads

Issue removing Casting recipes with Tinkers

AechtRob opened this issue ยท 1 comments

commented

MC 1.12.2. ModTweaker 4.0.18.

This following doesn't seem to remove the casting recipes for aluminium brass from the Casting options (similar approach to removing pigiron casting also fails, etc.). Have I misunderstood the syntax required?

mods.tconstruct.Casting.removeTableRecipe(<tconstruct:ingots:5>);
mods.tconstruct.Casting.removeBasinRecipe(<tconstruct:ingots:5>);
mods.tconstruct.Casting.removeTableRecipe(<tconstruct:nuggets:5>);
mods.tconstruct.Casting.removeBasinRecipe(<tconstruct:nuggets:5>);
mods.tconstruct.Casting.removeTableRecipe(<tconstruct:metal:5>);
mods.tconstruct.Casting.removeBasinRecipe(<tconstruct:metal:5>);

Thanks!

commented

Use the issue template.