MC-001
This commit is contained in:
parent
8f8edc194d
commit
556858afa7
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 1,
|
||||||
|
"description": "MC-001, disables vanilla stone to smooth stone slabs"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "crafting_shaped",
|
"type": "smelting",
|
||||||
"pattern": [
|
"ingredient": {"item": "minecraft:quartz_block"},
|
||||||
"__",
|
"result": "minecraft:smooth_quartz"
|
||||||
"__"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"_": {
|
|
||||||
"item": "minecraft:quartz_slab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:smooth_quartz",
|
|
||||||
"count": 2
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "crafting_shaped",
|
"type": "smelting",
|
||||||
"pattern": [
|
"ingredient": {"item": "minecraft:red_sandstone"},
|
||||||
"__",
|
"result": "minecraft:smooth_red_sandstone"
|
||||||
"__"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"_": {
|
|
||||||
"item": "minecraft:red_sandstone_slab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:smooth_red_sandstone",
|
|
||||||
"count": 2
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "crafting_shaped",
|
"type": "smelting",
|
||||||
"pattern": [
|
"ingredient": {"item": "minecraft:sandstone"},
|
||||||
"__",
|
"result": "minecraft:smooth_sandstone"
|
||||||
"__"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"_": {
|
|
||||||
"item": "minecraft:sandstone_slab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:smooth_sandstone",
|
|
||||||
"count": 2
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "crafting_shaped",
|
"type": "smelting",
|
||||||
"pattern": [
|
"ingredient": {"item": "minecraft:stone"},
|
||||||
"__",
|
"result": "minecraft:smooth_stone"
|
||||||
"__"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"_": {
|
|
||||||
"item": "minecraft:stone_slab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:smooth_stone",
|
|
||||||
"count": 2
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue