init
This commit is contained in:
57
kubejs/data/enchanted/agricraft/plants/belladonna.json
Normal file
57
kubejs/data/enchanted/agricraft/plants/belladonna.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 1,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "enchanted:belladonna_flower",
|
||||
"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": "enchanted:belladonna_seeds",
|
||||
"override_planting": false,
|
||||
"grass_drop_chance": 0.0,
|
||||
"seed_drop_chance": 1.0,
|
||||
"seed_drop_bonus": 0.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
5,
|
||||
7,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
62
kubejs/data/enchanted/agricraft/plants/mandrake.json
Normal file
62
kubejs/data/enchanted/agricraft/plants/mandrake.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 1,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "reclamation:summon_mandrake"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "enchanted:mandrake_root",
|
||||
"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": "enchanted:mandrake_seeds",
|
||||
"override_planting": false,
|
||||
"grass_drop_chance": 0.0,
|
||||
"seed_drop_chance": 1.0,
|
||||
"seed_drop_bonus": 0.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
4,
|
||||
5,
|
||||
7,
|
||||
9,
|
||||
12
|
||||
]
|
||||
}
|
||||
64
kubejs/data/enchanted/agricraft/plants/snowbell.json
Normal file
64
kubejs/data/enchanted/agricraft/plants/snowbell.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 1,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:snowball",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "enchanted:icy_needle",
|
||||
"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": "enchanted:snowbell_seeds",
|
||||
"override_planting": false,
|
||||
"grass_drop_chance": 0.0,
|
||||
"seed_drop_chance": 1.0,
|
||||
"seed_drop_bonus": 0.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
3,
|
||||
7,
|
||||
11,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
57
kubejs/data/enchanted/agricraft/plants/water_artichoke.json
Normal file
57
kubejs/data/enchanted/agricraft/plants/water_artichoke.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 1,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "enchanted:water_artichoke",
|
||||
"max": 2,
|
||||
"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_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "wet"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"item": "enchanted:water_artichoke_seeds",
|
||||
"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,
|
||||
5,
|
||||
7,
|
||||
14
|
||||
]
|
||||
}
|
||||
57
kubejs/data/enchanted/agricraft/plants/wolfsbane.json
Normal file
57
kubejs/data/enchanted/agricraft/plants/wolfsbane.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 1,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "enchanted:wolfsbane_flower",
|
||||
"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": "enchanted:wolfsbane_seeds",
|
||||
"override_planting": false,
|
||||
"grass_drop_chance": 0.0,
|
||||
"seed_drop_chance": 1.0,
|
||||
"seed_drop_bonus": 0.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
3,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user