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

19 lines
259 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"~~~",
" # "
],
"key": {
"#": {
"item": "minecraft:bread"
},
"~": {
"item": "unicopia:oats"
}
},
"result": {
"item": "unicopia:hay_burger"
}
}