Unicopia/src/main/resources/assets/unicopia/enchanting/recipes/fire.json

12 lines
No EOL
240 B
JSON

{
"type": "unicopia:crafting_spell",
"ingredients": [
{ "id": "unicopia:fire" },
{ "id": "unicopia:fire" },
{ "id": "unicopia:fire" }
],
"result": {
"item": { "item": "unicopia:gem" },
"spell": "fire"
}
}