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

23 lines
339 B
JSON

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