minecraft-assets/data/minecraft/recipes/hay_block.json

36 lines
551 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
}
],
"result": {
"item": "minecraft:hay_block"
}
}