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

62 lines
1.1 KiB
JSON

{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "minecraft:warped_fungus",
"max": 5,
"min": 2,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 10,
"min_light": 0,
"seasons": [
"spring",
"summer",
"autumn",
"winter"
],
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0.2,
"value": "highly_alkaline"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0.15,
"value": "arid"
},
"soil_nutrients": {
"type": "equal_or_lower",
"tolerance_factor": 0.1,
"value": "low"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "minecraft:warped_fungus",
"override_planting": false,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 1.0
}
],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}