remove excluded mods
This commit is contained in:
60
modpack/kubejs/data/croptopia/agricraft/plants/garlic.json
Normal file
60
modpack/kubejs/data/croptopia/agricraft/plants/garlic.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "croptopia:garlic",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"summer",
|
||||
"autumn"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "wet"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"item": "croptopia:garlic_seed",
|
||||
"override_planting": false,
|
||||
"grass_drop_chance": 0.0,
|
||||
"seed_drop_chance": 1.0,
|
||||
"seed_drop_bonus": 0.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
16
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user