mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
31 lines
484 B
JSON
Vendored
31 lines
484 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:beacon"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"GGG",
|
|
"GSG",
|
|
"OOO"
|
|
],
|
|
"key": {
|
|
"S": {
|
|
"item": "minecraft:netherstar"
|
|
},
|
|
"G": {
|
|
"item": "minecraft:glass"
|
|
},
|
|
"O": {
|
|
"item": "minecraft:obsidian"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:beacon"
|
|
}
|
|
}
|
|
}
|