Update recipes.misc.js (#1460)
Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
2480711abe
commit
d0af2cd96f
1 changed files with 5 additions and 4 deletions
|
|
@ -29,12 +29,13 @@ function registerTACZMiscRecipes(event) {
|
|||
|
||||
//Molds
|
||||
event.shaped('tfg:small_casing_extruder_mold',[
|
||||
' A',
|
||||
' B ',
|
||||
' '
|
||||
' A ',
|
||||
'B ',
|
||||
' C'
|
||||
],{
|
||||
A: '#forge:tools/wire_cutters',
|
||||
B: 'gtceu:empty_mold'
|
||||
B: 'gtceu:empty_mold',
|
||||
C: '#forge:tools/files'
|
||||
}).id('tfg:small_casing_extruder_mold');
|
||||
|
||||
event.shaped('tfg:large_casing_extruder_mold',[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue