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

18 lines
309 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"D": "minecraft:amethyst_shard",
"E": "minecraft:ender_pearl",
"G": "minecraft:netherite_ingot"
},
"pattern": [
"DED",
"EGE",
"DED"
],
"result": {
"count": 1,
"id": "minecraft:nether_star"
}
}