fix #2353
This commit is contained in:
parent
12c5cb3f8f
commit
ffd474608f
2 changed files with 5 additions and 6 deletions
|
|
@ -61,12 +61,11 @@ const registerBeneathRecipes = (event) => {
|
|||
'tfc:powder/wood_ash'
|
||||
]).id('tfg:shapeless/hellbricks_from_wood_ash')
|
||||
|
||||
event.recipes.gtceu.assembler("loose_blackstone_to_bricks")
|
||||
event.recipes.gtceu.cutter("loose_blackstone_to_bricks")
|
||||
.itemInputs('beneath:blackstone_pebble')
|
||||
.itemOutputs('beneath:blackstone_brick')
|
||||
.circuit(1)
|
||||
.duration(40)
|
||||
.EUt(8)
|
||||
.duration(10)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.tfc.landslide('beneath:soul_clay', 'beneath:soul_clay')
|
||||
|
||||
|
|
|
|||
|
|
@ -151,8 +151,8 @@ function registerTFGRockRecipes(event) {
|
|||
event.recipes.gtceu.cutter(`${x.loose}_to_${x.brick}`.replace(/:/g, '_'))
|
||||
.itemInputs(x.loose)
|
||||
.itemOutputs(x.brick)
|
||||
.duration(40)
|
||||
.EUt(8)
|
||||
.duration(10)
|
||||
.EUt(2)
|
||||
})
|
||||
// #endregion LOOSE_TO_BRICKS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue