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