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,19 @@
{
"type": "crafting_shaped",
"pattern": [
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:chest"
}
},
"result": {
"item": "minecraft:chest_minecart"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:furnace"
}
},
"result": {
"item": "minecraft:furnace_minecart"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:hopper"
}
},
"result": {
"item": "minecraft:hopper_minecart"
}
}

View File

@@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"pattern": [
"# #",
"X#X",
"III"
],
"key": {
"#": {
"item": "minecraft:redstone"
},
"X": {
"item": "minecraft:stick"
},
"I": {
"item": "minecraft:stone"
}
},
"result": {
"item": "minecraft:repeater"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:tnt"
}
},
"result": {
"item": "minecraft:tnt_minecart"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"X": {
"item": "minecraft:tripwire_hook"
}
},
"result": {
"item": "minecraft:trapped_chest"
}
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "Dodsorfas Data Pack for Easier bulk crafting recpies"
}
}