add recipe
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
ddd0a9780b
commit
70668ceb0c
1 changed files with 22 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue