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,6 @@
{
"chance": 0.5,
"child": "botania:black_mystical_flower",
"parent1": "botania:magenta_mystical_flower",
"parent2": "botania:blue_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:blue_mystical_flower",
"parent1": "botania:cyan_mystical_flower",
"parent2": "botania:white_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:brown_mystical_flower",
"parent1": "botania:yellow_mystical_flower",
"parent2": "botania:white_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:cyan_mystical_flower",
"parent1": "botania:gray_mystical_flower",
"parent2": "minecraft:melon"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:gray_mystical_flower",
"parent1": "botania:brown_mystical_flower",
"parent2": "minecraft:sugar_cane"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:green_mystical_flower",
"parent1": "botania:blue_mystical_flower",
"parent2": "botania:yellow_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:light_blue_mystical_flower",
"parent1": "botania:blue_mystical_flower",
"parent2": "botania:white_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:light_gray_mystical_flower",
"parent1": "botania:gray_mystical_flower",
"parent2": "botania:white_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:lime_mystical_flower",
"parent1": "botania:blue_mystical_flower",
"parent2": "botania:yellow_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:magenta_mystical_flower",
"parent1": "botania:orange_mystical_flower",
"parent2": "botania:purple_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:orange_mystical_flower",
"parent1": "botania:red_mystical_flower",
"parent2": "botania:yellow_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:pink_mystical_flower",
"parent1": "botania:purple_mystical_flower",
"parent2": "botania:cyan_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:purple_mystical_flower",
"parent1": "botania:red_mystical_flower",
"parent2": "botania:blue_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:red_mystical_flower",
"parent1": "botania:blue_mystical_flower",
"parent2": "botania:brown_mystical_flower"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:white_mystical_flower",
"parent1": "enchanted:belladonna",
"parent2": "minecraft:oxeye_daisy"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "botania:yellow_mystical_flower",
"parent1": "enchanted:wolfsbane",
"parent2": "minecraft:dandelion"
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:black_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:black_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:blue_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:blue_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:brown_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:brown_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:cyan_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:cyan_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:gray_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:gray_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:green_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:green_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:light_blue_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:light_blue_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:light_gray_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:light_gray_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:lime_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:lime_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:magenta_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:magenta_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:orange_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:orange_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:pink_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:pink_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:purple_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:purple_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:red_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:red_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:white_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:white_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}

View File

@@ -0,0 +1,60 @@
{
"cloneable": true,
"growth_bonus": 0.025,
"growth_chance": 0.5,
"harvest_stage": 4,
"mods": [],
"products": [
{
"chance": 1.0,
"item": "botania:yellow_petal",
"max": 2,
"min": 1,
"required": true
}
],
"clip_products": [
{
"chance": 1,
"item": "botania:yellow_mystical_flower",
"max": 2,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 12,
"seasons": [
"spring"
],
"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": [],
"spread_chance": 0.1,
"stages": [
2,
3,
5,
6,
8,
9,
11,
12
]
}