added recipe to make wooden crates out of bronze screws
This commit is contained in:
parent
da5f4f5887
commit
8d57d613b4
3 changed files with 28 additions and 1 deletions
|
|
@ -808,13 +808,30 @@ function registerGTCEuMachineRecipes(event) {
|
|||
C: '#forge:tools/saws'
|
||||
}).id('tfg:shaped/wooden_crate_wrought_iron')
|
||||
|
||||
event.recipes.gtceu.assembler('gtceu:wood_crate')
|
||||
event.recipes.gtceu.assembler('tfg:wood_crate')
|
||||
.itemInputs('4x #minecraft:planks', '4x #forge:screws/wrought_iron')
|
||||
.itemOutputs('gtceu:wood_crate')
|
||||
.duration(100)
|
||||
.EUt(16)
|
||||
.circuit(5)
|
||||
|
||||
event.recipes.shaped('gtceu:wood_crate', [
|
||||
'ABA',
|
||||
'BCB',
|
||||
'ABA'
|
||||
], {
|
||||
A: '#forge:screws/any_bronze',
|
||||
B: '#minecraft:planks',
|
||||
C: '#forge:tools/saws'
|
||||
}).id('tfg:shaped/wooden_crate_bronze')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:wood_crate_bronze')
|
||||
.itemInputs('4x #minecraft:planks', '4x #forge:screws/any_bronze')
|
||||
.itemOutputs('gtceu:wood_crate')
|
||||
.duration(100)
|
||||
.EUt(16)
|
||||
.circuit(5)
|
||||
|
||||
// Steam multi parts
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_steel_machine_casing')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue