Move datapacks into folder

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-07-31 00:27:22 +00:00
parent 72dd744379
commit 9b1dfaa3c4
107 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
"___",
"_M_",
"___"
],
"key": {
"_": {
"item": "minecraft:oak_slab"
},
"M": {
"item": "minecraft:magma_cream"
}
},
"result": {
"item": "minecraft:petrified_oak_slab",
"count": 8
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "Dodsorfas Data Pack for Old or otherwise unobtainable blocks (cosmetic)"
}
}