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

19 lines
No EOL
338 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": "minecraft:polished_andesite",
"D": "#c:dyes/white",
"S": "minecraft:stone_bricks",
"W": "minecraft:nether_star"
},
"pattern": [
"DSD",
"SWS",
"BBB"
],
"result": {
"count": 1,
"id": "waystones:white_portstone"
}
}