alternative for lv hermetic casing
This commit is contained in:
parent
b4fd0e023f
commit
22262aac78
1 changed files with 9 additions and 0 deletions
|
|
@ -103,4 +103,13 @@ function registerTFGBakeliteRecipes(event) {
|
|||
.itemOutputs('gtceu:lv_machine_hull')
|
||||
.duration(50)
|
||||
.EUt(16)
|
||||
|
||||
event.shaped('gtceu:lv_hermetic_casing', [
|
||||
'AAA',
|
||||
'ABA',
|
||||
'AAA'
|
||||
], {
|
||||
A: '#forge:plates/steel',
|
||||
B: '#forge:storage_blocks/bakelite'
|
||||
}).tfg('tfg:shaped/lv_hermetic_casing_bakelite')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue