Merge branch 'MC-005' into 'master'
Merges MC-005 Closes #5 See merge request Dandellion/minecraft-datapacks!1
This commit is contained in:
commit
d5110026dc
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
" #X",
|
||||
"#IX",
|
||||
" #X"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:dropper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dispenser"
|
||||
}
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue