Unicopia/src/main/resources/data/unicopia/recipes/spellbook/shield.json
2021-12-29 17:50:32 +02:00

14 lines
No EOL
284 B
JSON

{
"type": "unicopia:spellbook/crafting",
"material": {
"item": { "item": "unicopia:gemstone" },
"spell": "unicopia:none"
},
"traits": {
"strength": 10, "focus": 6, "power": 10
},
"result": {
"item": "unicopia:gemstone",
"spell": "unicopia:shield"
}
}