Плачущий обсидиан

This commit is contained in:
Hell13Cat
2022-01-24 19:26:16 +03:00
parent 0145842a2d
commit 4cb7edcab9
2 changed files with 31 additions and 4 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crying_obsidian"
},
"tags": [ "crafting_table" ],
"pattern": [
"OGO",
"GOG",
"OGO"
],
"key": {
"O": {
"item": "minecraft:obsidian"
},
"G": {
"item": "minecraft:ghast_tear"
}
},
"result": {
"item": "minecraft:crying_obsidian",
"count": 4
}
}
}