Add wrought iron alternatives for early game cast iron recipes (#985)
* Add wrought iron alternatives for early game cast iron recipes * Change doulbe iron ingots tag to use #forge item tags
This commit is contained in:
parent
cf54f584b4
commit
f1fadb4e99
4 changed files with 38 additions and 4 deletions
|
|
@ -1037,7 +1037,17 @@ const registerCreateRecipes = (event) => {
|
|||
B: 'tfc:metal/boots/copper',
|
||||
C: '#forge:ingots/iron',
|
||||
D: 'firmaciv:large_waterproof_hide'
|
||||
}).id('tfg:create/shaped/copper_diving_boots')
|
||||
}).id('tfg:create/shaped/copper_diving_boots_cast_iron')
|
||||
|
||||
event.shaped('create:copper_diving_boots', [
|
||||
'ABA',
|
||||
'CDC'
|
||||
], {
|
||||
A: '#forge:screws/copper',
|
||||
B: 'tfc:metal/boots/copper',
|
||||
C: '#forge:ingots/wrought_iron',
|
||||
D: 'firmaciv:large_waterproof_hide'
|
||||
}).id('tfg:create/shaped/copper_diving_boots_wrought_iron')
|
||||
|
||||
// Netherite backtank
|
||||
event.shaped('create:netherite_backtank', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue