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/casting_table.json

25 lines
351 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"LCL",
"CDC",
"LCL"
],
"key": {
"L": {
"item": "minecraft:lapis_lazuli"
},
"C": {
"item": "minecraft:cobblestone"
},
"D": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "sorcerycraft:casting_table",
"count": 1
}
}