add recipe

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-11 15:40:34 +00:00 committed by GitHub
parent ddd0a9780b
commit 70668ceb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1195,5 +1195,26 @@ const registerCreateRecipes = (event) => {
.EUt(20)
//#endregion
//#region Blaze burner
event.shaped('create:blaze_burner', [
' ',
' A ',
'BBB'
], {
A: 'gtceu:charcoal_block',
B: 'gtceu:wrought_iron_plate'
}).id('tfg:create/shaped/blaze_burner_charcoal')
event.shaped('create:blaze_burner', [
' ',
' A ',
'BBB'
], {
A: 'minecraft:coal_block',
B: 'gtceu:wrought_iron_plate'
}).id('tfg:create/shaped/blaze_burner_coal')
//#endregion
}