change hellbricks recipe to match new texture
This commit is contained in:
parent
1d9b2c391a
commit
6294607616
1 changed files with 2 additions and 2 deletions
|
|
@ -48,14 +48,14 @@ const registerBeneathRecipes = (event) => {
|
|||
}).id('beneath:crafting/unposter')
|
||||
|
||||
event.shapeless('beneath:hellbricks', [
|
||||
'#forge:stone_bricks',
|
||||
'minecraft:nether_bricks',
|
||||
'minecraft:magma_cream',
|
||||
'tfc:powder/sulfur',
|
||||
'tfc:soot'
|
||||
]).id('tfg:shapeless/hellbricks_from_soot')
|
||||
|
||||
event.shapeless('beneath:hellbricks', [
|
||||
'#forge:stone_bricks',
|
||||
'minecraft:nether_bricks',
|
||||
'minecraft:magma_cream',
|
||||
'tfc:powder/sulfur',
|
||||
'tfc:powder/wood_ash'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue