made pressure plates cheaper
This commit is contained in:
parent
be0f6ab296
commit
11b52b9ec3
2 changed files with 8 additions and 10 deletions
|
|
@ -33,19 +33,18 @@ function registerTFCStoneRecipes(event) {
|
|||
|
||||
// ? -> Сырая нажимная пластина
|
||||
event.shaped(`tfc:rock/pressure_plate/${stone}`, [
|
||||
'ABA',
|
||||
' B ',
|
||||
'CDC',
|
||||
'AEA'
|
||||
' E '
|
||||
], {
|
||||
A: '#forge:screws/wrought_iron',
|
||||
B: '#tfc:hammers',
|
||||
C: `tfc:rock/raw/${stone}_slab`,
|
||||
D: '#forge:springs',
|
||||
D: '#forge:small_springs',
|
||||
E: '#forge:tools/screwdrivers'
|
||||
}).id(`tfc:crafting/rock/${stone}_pressure_plate`)
|
||||
|
||||
event.recipes.gtceu.assembler(`${stone}_raw_pressure_plate`)
|
||||
.itemInputs('#forge:springs', `2x tfc:rock/raw/${stone}_slab`)
|
||||
.itemInputs('#forge:small_springs', `2x tfc:rock/raw/${stone}_slab`)
|
||||
.circuit(0)
|
||||
.itemOutputs(`2x tfc:rock/pressure_plate/${stone}`)
|
||||
.duration(50)
|
||||
|
|
|
|||
|
|
@ -26,19 +26,18 @@ function registerTFCWoodRecipes(event) {
|
|||
|
||||
// ? -> Деревянная нажимная пластина
|
||||
event.shaped(`tfc:wood/planks/${wood}_pressure_plate`, [
|
||||
'ABA',
|
||||
' B ',
|
||||
'CDC',
|
||||
'AEA'
|
||||
' E '
|
||||
], {
|
||||
A: '#forge:screws/wood',
|
||||
B: '#tfc:hammers',
|
||||
C: `tfc:wood/planks/${wood}_slab`,
|
||||
D: '#forge:springs',
|
||||
D: '#forge:small_springs',
|
||||
E: '#forge:tools/screwdrivers'
|
||||
}).id(`tfc:crafting/wood/${wood}_pressure_plate`)
|
||||
|
||||
event.recipes.gtceu.assembler(`${wood}_pressure_plate`)
|
||||
.itemInputs('#forge:springs', `2x tfc:wood/planks/${wood}_slab`)
|
||||
.itemInputs('#forge:small_springs', `2x tfc:wood/planks/${wood}_slab`)
|
||||
.circuit(0)
|
||||
.itemOutputs(`2x tfc:wood/planks/${wood}_pressure_plate`)
|
||||
.duration(50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue