cast iron tools are (mostly) gone!

This commit is contained in:
Pyritie 2025-04-23 01:08:57 +01:00
parent 0ac8108f50
commit 87b3937768
4 changed files with 11 additions and 4 deletions

View file

@ -11,6 +11,10 @@ function registerGTCEUMetalRecipes(event) {
if (toolHeadItem.isEmpty())
return
// Skip this one because it has a duping bug, and you can't remove the macerator/arc furnace iron pick recipes
if (material == GTMaterials.Iron)
return;
event.recipes.tfc.advanced_shapeless_crafting(
TFC.itemStackProvider.of(toolItem).copyForgingBonus().copyHeat(),
[toolHeadItem, '#forge:rods/wooden'], toolHeadItem)