fix broken shapeless recipes
This commit is contained in:
parent
8b6f06101a
commit
2325f0ce18
@ -3,8 +3,10 @@
|
|||||||
"category": "redstone",
|
"category": "redstone",
|
||||||
"ingredients":[
|
"ingredients":[
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt"
|
||||||
"count": 2
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
@ -3,8 +3,16 @@
|
|||||||
"category": "redstone",
|
"category": "redstone",
|
||||||
"ingredients":[
|
"ingredients":[
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt"
|
||||||
"count": 4
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
"category": "redstone",
|
"category": "redstone",
|
||||||
"ingredients":[
|
"ingredients":[
|
||||||
{
|
{
|
||||||
"item": "compressedtnt:tnt_cluster_2",
|
"item": "compressedtnt:tnt_cluster_2"
|
||||||
"count": 2
|
},
|
||||||
|
{
|
||||||
|
"item": "compressedtnt:tnt_cluster_2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
@ -3,8 +3,28 @@
|
|||||||
"category": "redstone",
|
"category": "redstone",
|
||||||
"ingredients":[
|
"ingredients":[
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt"
|
||||||
"count": 8
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
@ -3,8 +3,16 @@
|
|||||||
"category": "redstone",
|
"category": "redstone",
|
||||||
"ingredients":[
|
"ingredients":[
|
||||||
{
|
{
|
||||||
"item": "compressedtnt:tnt_cluster_2",
|
"item": "compressedtnt:tnt_cluster_2"
|
||||||
"count": 4
|
},
|
||||||
|
{
|
||||||
|
"item": "compressedtnt:tnt_cluster_2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "compressedtnt:tnt_cluster_2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "compressedtnt:tnt_cluster_2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
"category": "redstone",
|
"category": "redstone",
|
||||||
"ingredients":[
|
"ingredients":[
|
||||||
{
|
{
|
||||||
"item": "compressedtnt:tnt_cluster_4",
|
"item": "compressedtnt:tnt_cluster_4"
|
||||||
"count": 2
|
},
|
||||||
|
{
|
||||||
|
"item": "compressedtnt:tnt_cluster_4"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user