This commit is contained in:
Daniel Løvbrøtte Olsen
2019-05-21 13:46:07 +02:00
parent be64db3e65
commit 8f8edc194d
114 changed files with 2299 additions and 0 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,22 @@
{
"type": "crafting_shaped",
"pattern": [
" #X",
"#IX",
" #X"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:string"
},
"I": {
"item": "minecraft:dropper"
}
},
"result": {
"item": "minecraft:dispenser"
}
}

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,26 @@
{
"type": "crafting_shaped",
"pattern": [
"# ",
"XC",
"IC"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:stick"
},
"I": {
"tag": "minecraft:planks"
},
"C": {
"item": "minecraft:chest"
}
},
"result": {
"item": "minecraft:trapped_chest",
"count": 2
}
}

View File

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