remove excluded mods

This commit is contained in:
2026-01-05 10:05:26 +01:00
parent c092c5353b
commit a7d0ff9aaa
3637 changed files with 15 additions and 74 deletions

View File

@@ -0,0 +1,64 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.75,
"harvest_stage": 4,
"modifiers": [
{
"id": "agricraft:thorns"
}
],
"mods": [],
"products": [
{
"chance": 1.0,
"item": "minecraft:cactus",
"max": 3,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"seasons": [
"summer"
],
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0.2,
"value": "neutral"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0.34,
"value": "arid"
},
"soil_nutrients": {
"type": "equal_or_higher",
"tolerance_factor": 0.1,
"value": "low"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "minecraft:cactus",
"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
]
}