SKS-MC-Intermission/.minecraft/config/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json

73 lines
1.8 KiB
JSON

{
"path": "mod_actuallyadditions/coffee_plant.json",
"enabled": true,
"id": "actuallyadditions:coffee_plant",
"plant_name": "Coffee",
"seed_name": "Coffee Seeds",
"seed_items": [
{
"item": "actuallyadditions:item_coffee_seed",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "Do I really need to describe this one to you?"
},
"growth_chance": 1.0,
"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": 3,
"chance": 0.95,
"required": true,
"item": "actuallyadditions:item_coffee_beans",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"farmland_soil"
],
"conditions": []
},
"texture": {
"render_type": "cross",
"seed_texture": "actuallyadditions:items/item_coffee_seed",
"plant_textures": [
"actuallyadditions:blocks/block_coffee_stage_1",
"actuallyadditions:blocks/block_coffee_stage_2",
"actuallyadditions:blocks/block_coffee_stage_2",
"actuallyadditions:blocks/block_coffee_stage_3",
"actuallyadditions:blocks/block_coffee_stage_4",
"actuallyadditions:blocks/block_coffee_stage_4",
"actuallyadditions:blocks/block_coffee_stage_5",
"actuallyadditions:blocks/block_coffee_stage_6"
]
}
}