Files
reclamation/kubejs/data/mysticalagriculture/agricraft/plants/gold.json
2026-01-02 14:53:38 +01:00

63 lines
1.2 KiB
JSON

{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:gold_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:gold_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}