welcome back stonecutter
This commit is contained in:
parent
86a35b7386
commit
5be2eb1d99
19 changed files with 44 additions and 17 deletions
|
|
@ -422,4 +422,16 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
F: '#forge:tools/wrenches',
|
||||
G: 'gtceu:aluminium_drum',
|
||||
}).id('tfg:sophisticated_backpacks/shaped/tank_upgrade')
|
||||
|
||||
// Stonecutter upgrade
|
||||
event.shaped('sophisticatedbackpacks:stonecutter_upgrade', [
|
||||
'ABA',
|
||||
'CDC',
|
||||
'ACA'
|
||||
], {
|
||||
A: '#forge:rods/steel',
|
||||
B: 'minecraft:stonecutter',
|
||||
C: '#forge:plates/steel',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
}).id('tfg:sophisticated_backpacks/shaped/stonecutter_upgrade')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue