Unicopia/src/main/resources/data/unicopia/recipes/meadowbrooks_staff.json

16 lines
219 B
JSON
Raw Normal View History

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