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
TheBrokenRail a8b12d9d5c
All checks were successful
SorceryCraft/pipeline/head This commit looks good
1.1.4
Tweak Casting Table Texture
Tweak Casting Table Recipe
Update Mappings
2020-03-09 18:47:31 -04:00

22 lines
347 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
}
}