minecraft-src/data/minecraft/recipe/beacon.json
2025-07-04 02:00:41 +03:00

18 lines
No EOL
287 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"G": "minecraft:glass",
"O": "minecraft:obsidian",
"S": "minecraft:nether_star"
},
"pattern": [
"GGG",
"GSG",
"OOO"
],
"result": {
"count": 1,
"id": "minecraft:beacon"
}
}