This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/src/main/resources/data/sorcerycraft/recipes/spell.json

22 lines
285 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" L ",
"LPL",
" L "
],
"key": {
"L": {
"item": "minecraft:lapis_lazuli"
},
"P": {
"item": "minecraft:paper"
}
},
"result": {
"item": "sorcerycraft:spell",
"count": 1
}
}