27 lines
510 B
JSON
27 lines
510 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
|