changed a few create recipes to need bolts instead of screws
This commit is contained in:
parent
50340ec0df
commit
2154bfdf77
1 changed files with 5 additions and 5 deletions
|
|
@ -242,7 +242,7 @@ const registerCreateRecipes = (event) => {
|
||||||
'BCB',
|
'BCB',
|
||||||
'AEA'
|
'AEA'
|
||||||
], {
|
], {
|
||||||
A: '#forge:screws/copper',
|
A: '#forge:bolts/copper',
|
||||||
B: '#forge:plates/copper',
|
B: '#forge:plates/copper',
|
||||||
C: '#forge:glass_panes',
|
C: '#forge:glass_panes',
|
||||||
D: '#forge:tools/screwdrivers',
|
D: '#forge:tools/screwdrivers',
|
||||||
|
|
@ -250,7 +250,7 @@ const registerCreateRecipes = (event) => {
|
||||||
}).id('tfg:create/shaped/fluid_tank')
|
}).id('tfg:create/shaped/fluid_tank')
|
||||||
|
|
||||||
event.recipes.gtceu.assembler('create:fluid_tank')
|
event.recipes.gtceu.assembler('create:fluid_tank')
|
||||||
.itemInputs('2x #forge:screws/copper', '2x #forge:plates/copper', '#forge:glass_panes')
|
.itemInputs('2x #forge:bolts/copper', '2x #forge:plates/copper', '#forge:glass_panes')
|
||||||
.itemOutputs('create:fluid_tank')
|
.itemOutputs('create:fluid_tank')
|
||||||
.circuit(4)
|
.circuit(4)
|
||||||
.duration(50)
|
.duration(50)
|
||||||
|
|
@ -454,7 +454,7 @@ const registerCreateRecipes = (event) => {
|
||||||
'CCC',
|
'CCC',
|
||||||
'A A'
|
'A A'
|
||||||
], {
|
], {
|
||||||
A: '#forge:screws/wrought_iron',
|
A: '#forge:bolts/wrought_iron',
|
||||||
C: '#minecraft:logs'
|
C: '#minecraft:logs'
|
||||||
}).id('tfg:create/shaped/linear_chassis')
|
}).id('tfg:create/shaped/linear_chassis')
|
||||||
|
|
||||||
|
|
@ -467,7 +467,7 @@ const registerCreateRecipes = (event) => {
|
||||||
' C ',
|
' C ',
|
||||||
'ACA'
|
'ACA'
|
||||||
], {
|
], {
|
||||||
A: '#forge:screws/wrought_iron',
|
A: '#forge:bolts/wrought_iron',
|
||||||
C: '#minecraft:logs'
|
C: '#minecraft:logs'
|
||||||
}).id('tfg:create/shaped/radial_chassis')
|
}).id('tfg:create/shaped/radial_chassis')
|
||||||
|
|
||||||
|
|
@ -595,7 +595,7 @@ const registerCreateRecipes = (event) => {
|
||||||
'BCB',
|
'BCB',
|
||||||
'ABA'
|
'ABA'
|
||||||
], {
|
], {
|
||||||
A: '#forge:screws/wrought_iron',
|
A: '#forge:bolts/wrought_iron',
|
||||||
B: 'gtceu:treated_wood_rod',
|
B: 'gtceu:treated_wood_rod',
|
||||||
C: 'gtceu:treated_wood_frame'
|
C: 'gtceu:treated_wood_frame'
|
||||||
}).id('tfg:create/shaped/sail_frame')
|
}).id('tfg:create/shaped/sail_frame')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue