SKS-MC-Intermission/.minecraft/config/agricraft/json/server_shadowkat-net/vanilla/plants/potato_plant.json

95 lines
2.0 KiB
JSON

{
"path": "vanilla/plants/potato_plant.json",
"enabled": true,
"id": "vanilla:potato_plant",
"plant_name": "Potato",
"seed_name": "Potato Seeds",
"seed_items": [
{
"item": "agricraft:agri_seed",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
},
{
"item": "minecraft:potato",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "Po-ta-toes! Boil them, mash them, stick them in a stew."
},
"growth_chance": 0.9,
"growth_bonus": 0.025,
"bonemeal": true,
"tier": 1,
"weedable": false,
"aggressive": false,
"spread_chance": 0.1,
"spawn_chance": 0.0,
"grass_drop_chance": 0.0,
"seed_drop_chance": 1.0,
"seed_drop_bonus": 0.0,
"products": {
"products": [
{
"min": 1,
"max": 4,
"chance": 0.95,
"required": true,
"item": "minecraft:potato",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
},
{
"min": 1,
"max": 2,
"chance": 0.02,
"required": true,
"item": "minecraft:poisonous_potato",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"farmland_soil"
],
"conditions": []
},
"texture": {
"render_type": "hash",
"seed_texture": "agricraft:items/seed_potato",
"plant_textures": [
"agricraft:blocks/crop_potato1",
"agricraft:blocks/crop_potato1",
"agricraft:blocks/crop_potato1",
"agricraft:blocks/crop_potato2",
"agricraft:blocks/crop_potato2",
"agricraft:blocks/crop_potato3",
"agricraft:blocks/crop_potato3",
"agricraft:blocks/crop_potato4"
]
}
}