Files
IMoO/items/wheat_seeds.json
2022-01-23 21:24:12 +03:00

14 lines
235 B
JSON

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