SKS-MC-Intermission/.minecraft/config/agricraft/json/defaults/mod_natura/cotton_plant.json

73 lines
1.6 KiB
JSON
Raw Normal View History

{
"path": "mod_natura/cotton_plant.json",
"enabled": true,
"id": "natura:cotton_plant",
"plant_name": "Cotton",
"seed_name": "Cotton Seeds",
"seed_items": [
{
"item": "natura:overworld_seeds",
"meta": 1,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "Testing 1, 2, 3."
},
"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": "natura:materials",
"meta": 3,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"farmland_soil"
],
"conditions": []
},
"texture": {
"render_type": "hash",
"seed_texture": "natura:items/seeds/cotton_seeds",
"plant_textures": [
"natura:blocks/crops/cotton/cotton_stage_0",
"natura:blocks/crops/cotton/cotton_stage_1",
"natura:blocks/crops/cotton/cotton_stage_1",
"natura:blocks/crops/cotton/cotton_stage_2",
"natura:blocks/crops/cotton/cotton_stage_2",
"natura:blocks/crops/cotton/cotton_stage_3",
"natura:blocks/crops/cotton/cotton_stage_3",
"natura:blocks/crops/cotton/cotton_stage_4"
]
}
}