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",
|
||||
"pattern": [
|
||||
"__",
|
||||
"__"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:quartz_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_quartz",
|
||||
"count": 2
|
||||
}
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:quartz_block"},
|
||||
"result": "minecraft:smooth_quartz"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue