moved the blackstone brick recipe

This commit is contained in:
Pyritie 2025-12-09 00:02:06 +00:00
parent 77ae0265e8
commit 0b331b98bc
2 changed files with 12 additions and 18 deletions

View file

@ -61,12 +61,6 @@ const registerBeneathRecipes = (event) => {
'tfc:powder/wood_ash'
]).id('tfg:shapeless/hellbricks_from_wood_ash')
event.recipes.gtceu.cutter("loose_blackstone_to_bricks")
.itemInputs('beneath:blackstone_pebble')
.itemOutputs('beneath:blackstone_brick')
.duration(10)
.EUt(2)
event.recipes.tfc.landslide('beneath:soul_clay', 'beneath:soul_clay')

View file

@ -129,18 +129,18 @@ function registerTFGRockRecipes(event) {
// #region LOOSE_TO_BRICKS
const LOOSE_TO_BRICKS = [
{ loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' },
{ loose: 'tfg:loose/dripstone', brick: 'tfg:brick/dripstone' },
{ loose: 'tfg:loose/crackrack', brick: 'minecraft:nether_brick' },
{ loose: 'tfg:loose/moon_stone', brick: 'tfg:brick/moon_stone' },
{ loose: 'tfg:loose/moon_deepslate', brick: 'tfg:brick/moon_deepslate' },
{ loose: 'tfg:loose/mars_stone', brick: 'tfg:brick/mars_stone' },
{ loose: 'tfg:loose/venus_stone', brick: 'tfg:brick/venus_stone' },
{ loose: 'tfg:loose/mercury_stone', brick: 'tfg:brick/mercury_stone' },
{ loose: 'tfg:loose/glacio_stone', brick: 'tfg:brick/glacio_stone' },
{ loose: 'tfg:loose/permafrost', brick: 'tfg:brick/permafrost' },
{ loose: 'tfg:loose/red_granite', brick: 'tfg:brick/red_granite' },
{ loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' },
{ loose: 'tfg:loose/dripstone', brick: 'tfg:brick/dripstone' },
{ loose: 'tfg:loose/crackrack', brick: 'minecraft:nether_brick' },
{ loose: 'tfg:loose/moon_stone', brick: 'tfg:brick/moon_stone' },
{ loose: 'tfg:loose/moon_deepslate', brick: 'tfg:brick/moon_deepslate' },
{ loose: 'tfg:loose/mars_stone', brick: 'tfg:brick/mars_stone' },
{ loose: 'tfg:loose/venus_stone', brick: 'tfg:brick/venus_stone' },
{ loose: 'tfg:loose/mercury_stone', brick: 'tfg:brick/mercury_stone' },
{ loose: 'tfg:loose/glacio_stone', brick: 'tfg:brick/glacio_stone' },
{ loose: 'tfg:loose/permafrost', brick: 'tfg:brick/permafrost' },
{ loose: 'tfg:loose/red_granite', brick: 'tfg:brick/red_granite' },
{ loose: 'beneath:blackstone_pebble', brick: 'beneath:blackstone_brick' }
]
LOOSE_TO_BRICKS.forEach(x => {