welcome back stonecutter

This commit is contained in:
Pyritie 2025-06-09 21:01:09 +01:00
parent 86a35b7386
commit 5be2eb1d99
19 changed files with 44 additions and 17 deletions

View file

@ -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')
}