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

19 lines
No EOL
319 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"D": "minecraft:ink_sac",
"E": "minecraft:ender_pearl",
"G": "#c:nuggets/gold",
"P": "minecraft:paper"
},
"pattern": [
"GDG",
"GEG",
"PPP"
],
"result": {
"count": 3,
"id": "waystones:warp_scroll"
}
}