cast iron tools are (mostly) gone!
This commit is contained in:
parent
0ac8108f50
commit
87b3937768
4 changed files with 11 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -585,6 +585,7 @@ function removeGTCEURecipes(event) {
|
|||
event.remove({ id: 'gtceu:shaped/detector_rail' })
|
||||
event.remove({ id: 'gtceu:shaped/activator_rail' })
|
||||
event.remove({ id: 'gtceu:shaped/shield' })
|
||||
event.remove({ id: 'gtceu:shaped/pickaxe_iron' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped_fluid_container/treated_wood_planks' })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue