From 5947b2ee62cc52dc08a1a66a9af554598ff90369 Mon Sep 17 00:00:00 2001 From: Electroblob <35599699+Electroblob77@users.noreply.github.com> Date: Tue, 5 Jun 2018 16:00:47 +0100 Subject: [PATCH] Fix smoke bomb recipe and allow charcoal to be used --- .../assets/ebwizardry/recipes/smoke_bomb.json | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) 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" },