Files
reclamation/modpack/kubejs/data/minecraft/agricraft/plants/brown_mushroom.json
2026-01-05 10:05:26 +01:00

68 lines
1.2 KiB
JSON

{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.75,
"harvest_stage": 4,
"modifiers": [
{
"id": "agricraft:tree",
"value": "minecraft:brown_mushroom"
}
],
"mods": [],
"products": [
{
"chance": 1.0,
"item": "minecraft:brown_mushroom",
"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": "neutral"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0.15,
"value": "damp"
},
"soil_nutrients": {
"type": "equal_or_lower",
"tolerance_factor": 0.2,
"value": "medium"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "minecraft:brown_mushroom",
"override_planting": false,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 1.0
}
],
"spread_chance": 0.1,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}