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

15 lines
260 B
JSON

{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "minecraft:nether_wart"
},
"components": {
"minecraft:seed": {
"plant_at": "soul_sand",
"crop_result": "nether_wart"
}
}
}
}