remove 1.14 recipes from old_blocks :D
This commit is contained in:
parent
46ebec8655
commit
21bf14f4d3
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"type": "crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"###"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:smooth_quartz"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:quartz_slab",
|
|
||||||
"count": 6
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"type": "smelting",
|
|
||||||
"ingredient": {"item": "minecraft:quartz_block"},
|
|
||||||
"result": "minecraft:smooth_quartz"
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"type": "crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"###"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:smooth_red_sandstone"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:red_sandstone_slab",
|
|
||||||
"count": 6
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"type": "smelting",
|
|
||||||
"ingredient": {"item": "minecraft:red_sandstone"},
|
|
||||||
"result": "minecraft:smooth_red_sandstone"
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"type": "crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"###"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:smooth_sandstone"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:sandstone_slab",
|
|
||||||
"count": 6
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"type": "smelting",
|
|
||||||
"ingredient": {"item": "minecraft:sandstone"},
|
|
||||||
"result": "minecraft:smooth_sandstone"
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"type": "crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"###"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:smooth_stone"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:stone_slab",
|
|
||||||
"count": 6
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"type": "smelting",
|
|
||||||
"ingredient": {"item": "minecraft:stone"},
|
|
||||||
"result": "minecraft:smooth_stone"
|
|
||||||
}
|
|
Loading…
Reference in New Issue