init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:chest"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chest_minecart"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:furnace_minecart"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:hopper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:hopper_minecart"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:tnt"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:tnt_minecart"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:tripwire_hook"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:trapped_chest"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
6
dodsorfas_easy_crafting/pack.mcmeta
Executable file
6
dodsorfas_easy_crafting/pack.mcmeta
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "Dodsorfas Data Pack for Easier bulk crafting recpies"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user