Fix smoke bomb recipe and allow charcoal to be used
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user