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

17 lines
No EOL
275 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"F": "minecraft:feather",
"G": "#c:nuggets/gold",
"P": "minecraft:paper"
},
"pattern": [
"GFG",
"PPP"
],
"result": {
"count": 3,
"id": "waystones:blank_scroll"
}
}