no more blaze

This commit is contained in:
Pyritie 2025-09-28 00:31:19 +01:00
parent dd566d3820
commit a59038c911
5 changed files with 14 additions and 4 deletions

View file

@ -938,8 +938,8 @@ const registerMinecraftRecipes = (event) => {
'ABA',
'CDC'
], {
A: 'minecraft:blaze_rod',
B: 'minecraft:blaze_powder',
A: '#forge:rods/black_steel',
B: 'minecraft:lava_bucket',
C: '#minecraft:logs',
D: '#forge:storage_blocks/charcoal',
}).id('tfg:campfire_charcoal')
@ -949,8 +949,8 @@ const registerMinecraftRecipes = (event) => {
'ABA',
'CDC'
], {
A: 'minecraft:blaze_rod',
B: 'minecraft:blaze_powder',
A: '#forge:rods/black_steel',
B: 'minecraft:lava_bucket',
C: '#minecraft:logs',
D: '#forge:storage_blocks/coal',
}).id('tfg:campfire_coal')