Unicopia/src/main/resources/data/unicopia/recipes/meadowbrooks_staff.json
Sollace 8959c67d53 Added magic staffs:
3 sticks on a diagonal = meadowbrooks_staff
3 sticks + gem (optionally with spell) on a diagnoal = magic_staff
2023-02-28 16:44:14 +00:00

16 lines
No EOL
219 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" #",
" # ",
"# "
],
"key": {
"#": {
"item": "minecraft:stick"
}
},
"result": {
"item": "unicopia:meadowbrooks_staff"
}
}