Merge branch 'MC-005' into 'master'

Merges MC-005

Closes #5

See merge request Dandellion/minecraft-datapacks!1
This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-24 11:35:03 +00:00
commit d5110026dc
2 changed files with 0 additions and 48 deletions

View File

@ -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"
}
}

View File

@ -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
}
}