ailuropack/waystones-recipes/data/crafting/recipes/sandy_waystone.json
2025-03-09 23:23:04 +00:00

18 lines
No EOL
308 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"O": "minecraft:obsidian",
"S": "minecraft:chiseled_sandstone",
"W": "minecraft:nether_star"
},
"pattern": [
" S ",
"SWS",
"OOO"
],
"result": {
"count": 1,
"id": "waystones:sandy_waystone"
}
}