changed some create recipes to use bolts instead of nuggets, so they're available earlier
This commit is contained in:
parent
9339ef1146
commit
2e8f96c159
1 changed files with 6 additions and 6 deletions
|
|
@ -168,7 +168,7 @@ const registerCreateRecipes = (event) => {
|
|||
'AAA',
|
||||
' B '
|
||||
], {
|
||||
A: '#forge:nuggets/wrought_iron',
|
||||
A: '#forge:bolts/wrought_iron',
|
||||
B: '#forge:plates/wrought_iron'
|
||||
}).id('tfg:create/shaped/metal_bracket')
|
||||
|
||||
|
|
@ -757,12 +757,12 @@ const registerCreateRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:tools/hammers',
|
||||
B: '#forge:ingots/brass',
|
||||
C: '#forge:nuggets/brass',
|
||||
C: '#forge:bolts/brass',
|
||||
D: '#forge:tools/files'
|
||||
}).id('tfg:create/shaped/brass_hand')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:create/brass_hand')
|
||||
.itemInputs('3x #forge:nuggets/brass', '#forge:plates/brass')
|
||||
.itemInputs('3x #forge:bolts/brass', '#forge:plates/brass')
|
||||
.circuit(3)
|
||||
.itemOutputs('create:brass_hand')
|
||||
.duration(200)
|
||||
|
|
@ -1016,7 +1016,7 @@ const registerCreateRecipes = (event) => {
|
|||
event.shaped('create:filter', [
|
||||
'ABA'
|
||||
], {
|
||||
A: '#forge:nuggets/wrought_iron',
|
||||
A: '#forge:bolts/wrought_iron',
|
||||
B: '#forge:cloth'
|
||||
}).id('tfg:create/shaped/filter')
|
||||
|
||||
|
|
@ -1024,7 +1024,7 @@ const registerCreateRecipes = (event) => {
|
|||
event.shaped('create:attribute_filter', [
|
||||
'ABA'
|
||||
], {
|
||||
A: '#forge:nuggets/brass',
|
||||
A: '#forge:bolts/brass',
|
||||
B: '#forge:cloth'
|
||||
}).id('tfg:create/shaped/attribute_filter')
|
||||
|
||||
|
|
@ -1499,7 +1499,7 @@ const registerCreateRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:chests/wooden',
|
||||
B: '#forge:plates/brass',
|
||||
C: '#forge:nuggets/brass',
|
||||
C: '#forge:bolts/brass',
|
||||
D: '#forge:screws',
|
||||
E: '#forge:tools/screwdrivers'
|
||||
}).id('tfg:create/shaped/brown_toolbox')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue