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,37 @@
{
"kill_plant": true,
"mods": [],
"negative_on": [],
"neutral_on": [],
"particles": [
{
"amount": 2,
"delta_x": 0.6,
"delta_y": 0.4,
"delta_z": 0.6,
"particle": "minecraft:happy_villager",
"when": [
"positive"
]
},
{
"amount": 2,
"delta_x": 0.6,
"delta_y": 0.4,
"delta_z": 0.6,
"particle": "minecraft:smoke",
"when": [
"negative"
]
}
],
"potency": 5,
"reduce_growth": true,
"trigger_mutation": false,
"trigger_weeds": false,
"variants": [
{
"item": "mysticalagriculture:mystical_fertilizer"
}
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:air_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:air_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:amethyst_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:amethyst_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:certus_quartz_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:certus_quartz_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:coal_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:coal_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:copper_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:copper_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:deepslate_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:deepslate_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:diamond_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:diamond_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:dirt_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:dirt_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:dye_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:dye_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:earth_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:earth_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:emerald_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:emerald_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:fire_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:fire_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:fluorite_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:fluorite_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:glowstone_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:glowstone_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:gold_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:gold_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:ice_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:ice_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:inferium_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:inferium_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:iron_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:iron_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:lapis_lazuli_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:lapis_lazuli_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:lead_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:lead_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:mystical_flower_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:mystical_flower_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:nature_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:nature_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:nether_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:nether_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:nether_quartz_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:nether_quartz_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:netherite_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:netherite_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:osmium_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:osmium_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:prismarine_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:prismarine_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:redstone_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:redstone_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:silicon_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:silicon_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:silver_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:silver_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:sky_stone_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:sky_stone_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:soulium_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:soulium_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:steel_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:steel_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:stone_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:stone_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:tin_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:tin_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:uranium_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:uranium_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:water_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:water_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:wood_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:wood_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,63 @@
{
"cloneable": false,
"growth_bonus": 0.025,
"growth_chance": 0.65,
"harvest_stage": 3,
"mods": [],
"products": [
{
"chance": 0.75,
"item": "mysticalagriculture:zinc_essence",
"max": 1,
"min": 1,
"required": true
},
{
"chance": 0.1,
"item": "mysticalagriculture:fertilized_essence",
"max": 1,
"min": 1,
"required": true
}
],
"requirement": {
"light_tolerance_factor": 0.5,
"max_light": 16,
"min_light": 10,
"soil_acidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "highly_acidic"
},
"soil_humidity": {
"type": "equal",
"tolerance_factor": 0,
"value": "arid"
},
"soil_nutrients": {
"type": "equal",
"tolerance_factor": 0,
"value": "very_high"
}
},
"seeds": [
{
"grass_drop_chance": 0.0,
"item": "mysticalagriculture:zinc_seeds",
"override_planting": true,
"seed_drop_bonus": 0.0,
"seed_drop_chance": 0.0
}
],
"spread_chance": 0,
"stages": [
2,
4,
6,
8,
10,
12,
14,
16
]
}

View File

@@ -0,0 +1,12 @@
{
"acidity": "highly_acidic",
"growth_modifier": 1.35,
"humidity": "arid",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "mysticalagriculture:imperium_farmland"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"acidity": "highly_acidic",
"growth_modifier": 1.0,
"humidity": "arid",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "mysticalagriculture:inferium_farmland"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"acidity": "highly_acidic",
"growth_modifier": 1.05,
"humidity": "arid",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "mysticalagriculture:prudentium_farmland"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"acidity": "highly_acidic",
"growth_modifier": 1.5,
"humidity": "arid",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "mysticalagriculture:supremium_farmland"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"acidity": "highly_acidic",
"growth_modifier": 1.2,
"humidity": "arid",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "mysticalagriculture:tertium_farmland"
}
]
}