added an alternate recipe for the sophisticated backpacks upgrade template
This commit is contained in:
parent
868e0023c5
commit
6b1a1a1bd5
1 changed files with 11 additions and 0 deletions
|
|
@ -165,6 +165,17 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
D: '#forge:plates/steel'
|
||||
}).id('tfg:sophisticated_backpacks/shaped/upgrade_base')
|
||||
|
||||
event.shaped('sophisticatedbackpacks:upgrade_base', [
|
||||
'ABA',
|
||||
'BCB',
|
||||
'ADA'
|
||||
], {
|
||||
A: '#forge:string',
|
||||
B: '#forge:rods/long/wrought_iron',
|
||||
C: '#forge:plates/rubber',
|
||||
D: '#forge:plates/steel'
|
||||
}).id('tfg:sophisticated_backpacks/shaped/upgrade_base_rubber')
|
||||
|
||||
// Улучшение - подбиратель
|
||||
event.shaped('sophisticatedbackpacks:pickup_upgrade', [
|
||||
'ABA',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue