diff --git a/src/main/resources/assets/ebwizardry/recipes/smoke_bomb.json b/src/main/resources/assets/ebwizardry/recipes/smoke_bomb.json index c8a88683..c1c4a4af 100644 --- a/src/main/resources/assets/ebwizardry/recipes/smoke_bomb.json +++ b/src/main/resources/assets/ebwizardry/recipes/smoke_bomb.json @@ -1,12 +1,26 @@ { "type": "minecraft:crafting_shapeless", "ingredients": [ - { - "item": "minecraft:coal" - }, - { - "item": "minecraft:coal" - }, + [ + { + "item": "minecraft:coal", + "data": 0 + }, + { + "item": "minecraft:coal", + "data": 1 + } + ], + [ + { + "item": "minecraft:coal", + "data": 0 + }, + { + "item": "minecraft:coal", + "data": 1 + } + ], { "item": "minecraft:glass_bottle" },