jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Issue removing Casting recipes with Tinkers #756

Closed AechtRob closed 4 years ago

AechtRob commented 4 years ago

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!

jaredlll08 commented 4 years ago

Use the issue template.