made vanilla campfire craft a bit less weird

This commit is contained in:
Pyritie 2025-09-27 18:01:22 +01:00
parent 1fb48a4de1
commit b7e02e74f4

View file

@ -946,7 +946,7 @@ const registerMinecraftRecipes = (event) => {
], {
A: 'minecraft:blaze_rod',
B: 'minecraft:blaze_powder',
C: '#forge:ingots/blue_steel',
C: '#minecraft:logs',
D: '#forge:storage_blocks/charcoal',
}).id('tfg:campfire_charcoal')
@ -957,7 +957,7 @@ const registerMinecraftRecipes = (event) => {
], {
A: 'minecraft:blaze_rod',
B: 'minecraft:blaze_powder',
C: '#forge:ingots/blue_steel',
C: '#minecraft:logs',
D: '#forge:storage_blocks/coal',
}).id('tfg:campfire_coal')
//#endregion