init
This commit is contained in:
60
kubejs/data/croptopia/agricraft/plants/artichoke.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/artichoke.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:artichoke",
|
||||
"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:artichoke_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/asparagus.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/asparagus.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:asparagus",
|
||||
"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:asparagus_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/barley.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/barley.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:barley",
|
||||
"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:barley_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/basil.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/basil.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:basil",
|
||||
"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:basil_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/bellpepper.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/bellpepper.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:bellpepper",
|
||||
"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:bellpepper_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/blackbean.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/blackbean.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:blackbean",
|
||||
"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:blackbean_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/blackberry.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/blackberry.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:blackberry",
|
||||
"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:blackberry_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/blueberry.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/blueberry.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:blueberry",
|
||||
"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:blueberry_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/broccoli.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/broccoli.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:broccoli",
|
||||
"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:broccoli_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/cabbage.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/cabbage.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:cabbage",
|
||||
"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:cabbage_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/cantaloupe.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/cantaloupe.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:cantaloupe",
|
||||
"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:cantaloupe_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/cauliflower.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/cauliflower.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:cauliflower",
|
||||
"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:cauliflower_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/celery.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/celery.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:celery",
|
||||
"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:celery_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/chile_pepper.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/chile_pepper.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:chile_pepper",
|
||||
"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:chile_pepper_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/coffee_beans.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/coffee_beans.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:coffee_beans",
|
||||
"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:coffee_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/corn.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/corn.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:corn",
|
||||
"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:corn_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/cranberry.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/cranberry.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:cranberry",
|
||||
"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:cranberry_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/cucumber.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/cucumber.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:cucumber",
|
||||
"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:cucumber_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/currant.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/currant.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:currant",
|
||||
"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:currant_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/eggplant.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/eggplant.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:eggplant",
|
||||
"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:eggplant_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/elderberry.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/elderberry.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:elderberry",
|
||||
"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:elderberry_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/garlic.json
Normal file
60
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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/ginger.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/ginger.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:ginger",
|
||||
"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:ginger_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/grape.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/grape.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:grape",
|
||||
"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:grape_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/greenbean.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/greenbean.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:greenbean",
|
||||
"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:greenbean_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/greenonion.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/greenonion.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:greenonion",
|
||||
"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:greenonion_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/honeydew.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/honeydew.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:honeydew",
|
||||
"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:honeydew_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/hops.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/hops.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:hops",
|
||||
"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:hops_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/kale.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/kale.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:kale",
|
||||
"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:kale_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/kiwi.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/kiwi.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:kiwi",
|
||||
"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:kiwi_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/leek.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/leek.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:leek",
|
||||
"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:leek_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/lettuce.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/lettuce.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:lettuce",
|
||||
"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:lettuce_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/mustard.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/mustard.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:mustard",
|
||||
"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:mustard_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/oat.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/oat.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:oat",
|
||||
"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:oat_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/olive.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/olive.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:olive",
|
||||
"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:olive_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/onion.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/onion.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:onion",
|
||||
"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:onion_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/peanut.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/peanut.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:peanut",
|
||||
"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:peanut_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/pepper.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/pepper.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:pepper",
|
||||
"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:pepper_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/pineapple.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/pineapple.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:pineapple",
|
||||
"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:pineapple_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/radish.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/radish.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:radish",
|
||||
"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:radish_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/raspberry.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/raspberry.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:raspberry",
|
||||
"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:raspberry_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/rhubarb.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/rhubarb.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:rhubarb",
|
||||
"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:rhubarb_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/rice.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/rice.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:rice",
|
||||
"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:rice_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/rutabaga.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/rutabaga.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:rutabaga",
|
||||
"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:rutabaga_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/saguaro.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/saguaro.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:saguaro",
|
||||
"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:saguaro_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/soybean.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/soybean.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:soybean",
|
||||
"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:soybean_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/spinach.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/spinach.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:spinach",
|
||||
"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:spinach_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/squash.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/squash.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:squash",
|
||||
"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:squash_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/strawberry.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/strawberry.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:strawberry",
|
||||
"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:strawberry_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/sweetpotato.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/sweetpotato.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:sweetpotato",
|
||||
"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:sweetpotato_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/tea_leaves.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/tea_leaves.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:tea_leaves",
|
||||
"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:tea_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/tomatillo.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/tomatillo.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:tomatillo",
|
||||
"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:tomatillo_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/tomato.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/tomato.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:tomato",
|
||||
"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:tomato_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/turmeric.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/turmeric.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:turmeric",
|
||||
"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:turmeric_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/turnip.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/turnip.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:turnip",
|
||||
"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:turnip_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/vanilla.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/vanilla.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:vanilla",
|
||||
"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:vanilla_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,
|
||||
4,
|
||||
5,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
16
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/yam.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/yam.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:yam",
|
||||
"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:yam_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
|
||||
]
|
||||
}
|
||||
60
kubejs/data/croptopia/agricraft/plants/zucchini.json
Normal file
60
kubejs/data/croptopia/agricraft/plants/zucchini.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:zucchini",
|
||||
"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:zucchini_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