Files
meatballcraft/config/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

73 lines
1.7 KiB
JSON

{
"path": "mod_harvestcraft/plants/raspberry_plant.json",
"enabled": true,
"id": "harvestcraft:raspberry_plant",
"plant_name": "Raspberry",
"seed_name": "Raspberry Seeds",
"seed_items": [
{
"item": "harvestcraft:raspberryseeditem",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "Raspberry Seeds."
},
"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": 5,
"chance": 0.9,
"required": true,
"item": "harvestcraft:raspberryitem",
"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": "harvestcraft:items/raspberryitem",
"plant_textures": [
"harvestcraft:blocks/crops/raspberry_stage_0",
"harvestcraft:blocks/crops/raspberry_stage_0",
"harvestcraft:blocks/crops/raspberry_stage_0",
"harvestcraft:blocks/crops/raspberry_stage_1",
"harvestcraft:blocks/crops/raspberry_stage_1",
"harvestcraft:blocks/crops/raspberry_stage_2",
"harvestcraft:blocks/crops/raspberry_stage_2",
"harvestcraft:blocks/crops/raspberry_stage_3"
]
}
}