This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-21 14:22:11 +02:00
parent 8f8edc194d
commit 556858afa7
6 changed files with 19 additions and 56 deletions

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "MC-001, disables vanilla stone to smooth stone slabs"
}
}

View File

@ -1,16 +1,5 @@
{
"type": "crafting_shaped",
"pattern": [
"__",
"__"
],
"key": {
"_": {
"item": "minecraft:quartz_slab"
}
},
"result": {
"item": "minecraft:smooth_quartz",
"count": 2
}
"type": "smelting",
"ingredient": {"item": "minecraft:quartz_block"},
"result": "minecraft:smooth_quartz"
}

View File

@ -1,16 +1,5 @@
{
"type": "crafting_shaped",
"pattern": [
"__",
"__"
],
"key": {
"_": {
"item": "minecraft:red_sandstone_slab"
}
},
"result": {
"item": "minecraft:smooth_red_sandstone",
"count": 2
}
"type": "smelting",
"ingredient": {"item": "minecraft:red_sandstone"},
"result": "minecraft:smooth_red_sandstone"
}

View File

@ -1,16 +1,5 @@
{
"type": "crafting_shaped",
"pattern": [
"__",
"__"
],
"key": {
"_": {
"item": "minecraft:sandstone_slab"
}
},
"result": {
"item": "minecraft:smooth_sandstone",
"count": 2
}
"type": "smelting",
"ingredient": {"item": "minecraft:sandstone"},
"result": "minecraft:smooth_sandstone"
}

View File

@ -1,16 +1,5 @@
{
"type": "crafting_shaped",
"pattern": [
"__",
"__"
],
"key": {
"_": {
"item": "minecraft:stone_slab"
}
},
"result": {
"item": "minecraft:smooth_stone",
"count": 2
}
"type": "smelting",
"ingredient": {"item": "minecraft:stone"},
"result": "minecraft:smooth_stone"
}