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

18 lines
No EOL
301 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"F": "waystones:dormant_shard",
"S": "minecraft:stone_bricks",
"W": "waystones:warp_dust"
},
"pattern": [
"SWS",
"WFW",
"SWS"
],
"result": {
"count": 1,
"id": "waystones:warp_plate"
}
}