Update recipes.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
b8d9d261e1
commit
8ee3f9d296
1 changed files with 7 additions and 15 deletions
|
|
@ -1198,23 +1198,15 @@ const registerCreateRecipes = (event) => {
|
|||
|
||||
//#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'
|
||||
event.shaped('create:blaze_burner', [
|
||||
'B B',
|
||||
'BAB',
|
||||
'CCC'
|
||||
], {
|
||||
A: 'minecraft:coal_block',
|
||||
B: 'gtceu:wrought_iron_plate'
|
||||
}).id('tfg:create/shaped/blaze_burner_coal')
|
||||
B: 'tfc:metal/bars/blue_steel',
|
||||
C: 'gtceu:blue_steel_plate',
|
||||
}).id('tfg:create/shaped/blaze_burner')
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue