Compare commits

..

No commits in common. "31ca3cff21e8b413be88e2679b23d2969f49b5b6" and "3b83beeba42b0433cf9d6ab938f531dbed41afd1" have entirely different histories.

2 changed files with 0 additions and 34 deletions

View File

@ -1,16 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#G#",
" # "
],
"key": {
"#": "minecraft:obsidian",
"G": "minecraft:ghast_tear"
},
"result": {
"id": "minecraft:crying_obsidian",
"count": 4
}
}

View File

@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"#": "minecraft:stick",
"X": "minecraft:string",
"Y": "minecraft:dropper"
},
"pattern": [
" #X",
"#YX",
" #X"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
},
"group": "dispenser"
}