Files
tcc/servers/bedrock/behavior_packs/vanilla/items/wheat_seeds.json

14 lines
235 B
JSON
Vendored

{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "minecraft:wheat_seeds"
},
"components": {
"minecraft:seed": {
"crop_result": "wheat" // wheatCrops
}
}
}
}