remove excluded mods
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:pink_tulip",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:pink_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user