added recipe for vanilla campfire, for people who like smoke particles (me)
This commit is contained in:
@@ -948,4 +948,28 @@ const registerMinecraftRecipes = (event) => {
|
||||
.itemOutputs('minecraft:leather')
|
||||
.EUt(7).duration(80)
|
||||
//#endregion
|
||||
|
||||
//#region Campfire
|
||||
event.shaped('minecraft:campfire', [
|
||||
' A ',
|
||||
'ABA',
|
||||
'CDC'
|
||||
], {
|
||||
A: 'minecraft:blaze_rod',
|
||||
B: 'minecraft:blaze_powder',
|
||||
C: '#forge:ingots/blue_steel',
|
||||
D: '#forge:storage_blocks/charcoal',
|
||||
}).id('tfg:campfire_charcoal')
|
||||
|
||||
event.shaped('minecraft:campfire', [
|
||||
' A ',
|
||||
'ABA',
|
||||
'CDC'
|
||||
], {
|
||||
A: 'minecraft:blaze_rod',
|
||||
B: 'minecraft:blaze_powder',
|
||||
C: '#forge:ingots/blue_steel',
|
||||
D: '#forge:storage_blocks/coal',
|
||||
}).id('tfg:campfire_coal')
|
||||
//#endregion
|
||||
}
|
||||
|
||||
@@ -595,7 +595,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
||||
'minecraft:frogspawn',
|
||||
'minecraft:cactus',
|
||||
'minecraft:sweet_berries',
|
||||
'minecraft:campfire',
|
||||
'minecraft:soul_campfire',
|
||||
'minecraft:bee_nest',
|
||||
'minecraft:fletching_table',
|
||||
|
||||
Reference in New Issue
Block a user