ailuropack/waystones-recipes/data/waystones/recipes/waystone.json
2025-03-10 07:49:18 +00:00

23 lines
343 B
JSON

{
"type": "minecraft:crafting_shaped",
"key": {
"O": {
"item": "minecraft:obsidian"
},
"S": {
"item": "minecraft:stone_bricks"
},
"W": {
"item": "minecraft:nether_star"
}
},
"pattern": [
" S ",
"SWS",
"OOO"
],
"result": {
"count": 1,
"item": "waystones:waystone"
}
}