remove 1.14 recipes from old_blocks :D

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-09-12 16:49:51 +02:00
parent 46ebec8655
commit 21bf14f4d3
8 changed files with 0 additions and 80 deletions

View File

@ -1,15 +0,0 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_quartz"
}
},
"result": {
"item": "minecraft:quartz_slab",
"count": 6
}
}

View File

@ -1,5 +0,0 @@
{
"type": "smelting",
"ingredient": {"item": "minecraft:quartz_block"},
"result": "minecraft:smooth_quartz"
}

View File

@ -1,15 +0,0 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_red_sandstone"
}
},
"result": {
"item": "minecraft:red_sandstone_slab",
"count": 6
}
}

View File

@ -1,5 +0,0 @@
{
"type": "smelting",
"ingredient": {"item": "minecraft:red_sandstone"},
"result": "minecraft:smooth_red_sandstone"
}

View File

@ -1,15 +0,0 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_sandstone"
}
},
"result": {
"item": "minecraft:sandstone_slab",
"count": 6
}
}

View File

@ -1,5 +0,0 @@
{
"type": "smelting",
"ingredient": {"item": "minecraft:sandstone"},
"result": "minecraft:smooth_sandstone"
}

View File

@ -1,15 +0,0 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_stone"
}
},
"result": {
"item": "minecraft:stone_slab",
"count": 6
}
}

View File

@ -1,5 +0,0 @@
{
"type": "smelting",
"ingredient": {"item": "minecraft:stone"},
"result": "minecraft:smooth_stone"
}