mc_rebalance_datapack/data/mc_rebalance/recipes/shapeless/bread.json

18 lines
252 B
JSON
Raw Permalink Normal View History

2025-09-05 02:41:48 +00:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
}
],
"result": {
"item": "minecraft:bread"
}
}