Fix smoke bomb recipe and allow charcoal to be used

This commit is contained in:
Electroblob
2018-06-05 16:00:47 +01:00
parent 177a39bad1
commit 5947b2ee62
@@ -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"
},