Added assembler recipe for framed cube (#2889)
Signed-off-by: Coox1e <166007852+Coox1e@users.noreply.github.com>
This commit is contained in:
parent
438a2349c3
commit
4462abee2c
1 changed files with 7 additions and 0 deletions
|
|
@ -385,6 +385,13 @@ const registerFramedBlocksRecipes = (event) => {
|
|||
A: '#minecraft:planks',
|
||||
B: '#forge:rods/wooden'
|
||||
}).id('framedblocks:framed_cube')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:assembler/framedblocks/framed_cube')
|
||||
.itemInputs('4x #minecraft:planks', '4x #forge:rods/wooden')
|
||||
.circuit(8)
|
||||
.itemOutputs('framedblocks:framed_cube')
|
||||
.duration(40)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
// Framed Fence
|
||||
event.shaped('3x framedblocks:framed_fence', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue