Files
minecraft-assets/data/minecraft/recipes/beacon.json
2022-06-29 18:37:59 +02:00

22 lines
317 B
JSON

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