This commit is contained in:
Pyritie 2025-12-08 23:59:55 +00:00
parent 12c5cb3f8f
commit ffd474608f
2 changed files with 5 additions and 6 deletions

View file

@ -61,12 +61,11 @@ const registerBeneathRecipes = (event) => {
'tfc:powder/wood_ash' 'tfc:powder/wood_ash'
]).id('tfg:shapeless/hellbricks_from_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') .itemInputs('beneath:blackstone_pebble')
.itemOutputs('beneath:blackstone_brick') .itemOutputs('beneath:blackstone_brick')
.circuit(1) .duration(10)
.duration(40) .EUt(2)
.EUt(8)
event.recipes.tfc.landslide('beneath:soul_clay', 'beneath:soul_clay') event.recipes.tfc.landslide('beneath:soul_clay', 'beneath:soul_clay')

View file

@ -151,8 +151,8 @@ function registerTFGRockRecipes(event) {
event.recipes.gtceu.cutter(`${x.loose}_to_${x.brick}`.replace(/:/g, '_')) event.recipes.gtceu.cutter(`${x.loose}_to_${x.brick}`.replace(/:/g, '_'))
.itemInputs(x.loose) .itemInputs(x.loose)
.itemOutputs(x.brick) .itemOutputs(x.brick)
.duration(40) .duration(10)
.EUt(8) .EUt(2)
}) })
// #endregion LOOSE_TO_BRICKS // #endregion LOOSE_TO_BRICKS