minecraft-assets/data/minecraft/recipes/respawn_anchor.json

19 lines
280 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"OOO",
"GGG",
"OOO"
],
"key": {
"O": {
"item": "minecraft:crying_obsidian"
},
"G": {
"item": "minecraft:glowstone"
}
},
"result": {
"item": "minecraft:respawn_anchor"
}
}