ailuropack/waystones-recipes/data/waystones/recipes/blank_scroll.json
2025-03-10 01:07:17 +00:00

22 lines
No EOL
321 B
JSON

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