tastytoasters/src/main/resources/data/tastytoasters/recipes/raw_toast.json

15 lines
230 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
}
],
"result": {
"count": 1,
"item": "tastytoasters:raw_toast"
}
}