remove excluded mods
This commit is contained in:
60
modpack/kubejs/data/minecraft/agricraft/plants/allium.json
Normal file
60
modpack/kubejs/data/minecraft/agricraft/plants/allium.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:allium",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:magenta_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:azure_bluet",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:light_gray_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
60
modpack/kubejs/data/minecraft/agricraft/plants/bamboo.json
Normal file
60
modpack/kubejs/data/minecraft/agricraft/plants/bamboo.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.01,
|
||||
"growth_chance": 0.9,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1000.0,
|
||||
"item": "minecraft:bamboo",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.4,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.4,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.4,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:bamboo",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
3,
|
||||
6,
|
||||
9,
|
||||
12,
|
||||
15,
|
||||
18,
|
||||
21,
|
||||
24
|
||||
]
|
||||
}
|
||||
59
modpack/kubejs/data/minecraft/agricraft/plants/beetroot.json
Normal file
59
modpack/kubejs/data/minecraft/agricraft/plants/beetroot.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "minecraft:beetroot",
|
||||
"max": 3,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"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": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:beetroot_seeds",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:blue_orchid",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:light_blue_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "agricraft:tree",
|
||||
"value": "minecraft:brown_mushroom"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:brown_mushroom",
|
||||
"max": 5,
|
||||
"min": 2,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 10,
|
||||
"min_light": 0,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "neutral"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_lower",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:brown_mushroom",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
64
modpack/kubejs/data/minecraft/agricraft/plants/cactus.json
Normal file
64
modpack/kubejs/data/minecraft/agricraft/plants/cactus.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "agricraft:thorns"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:cactus",
|
||||
"max": 3,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"summer"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "neutral"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.34,
|
||||
"value": "arid"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "low"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:cactus",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
60
modpack/kubejs/data/minecraft/agricraft/plants/carrot.json
Normal file
60
modpack/kubejs/data/minecraft/agricraft/plants/carrot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:carrot",
|
||||
"max": 4,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"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": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:carrot",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:cornflower",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:blue_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "agricraft:fungus",
|
||||
"value": "minecraft:crimson_fungus"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:crimson_fungus",
|
||||
"max": 5,
|
||||
"min": 2,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 10,
|
||||
"min_light": 0,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "highly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "arid"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_lower",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "low"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:crimson_fungus",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:dandelion",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"item": "minecraft:yellow_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
65
modpack/kubejs/data/minecraft/agricraft/plants/kelp.json
Normal file
65
modpack/kubejs/data/minecraft/agricraft/plants/kelp.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:kelp",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"fluid_condition": {
|
||||
"fluid": "minecraft:water"
|
||||
},
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 5,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.4,
|
||||
"value": "watery"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:kelp",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
6,
|
||||
6,
|
||||
12,
|
||||
12,
|
||||
12,
|
||||
18,
|
||||
18,
|
||||
24
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:lily_of_the_valley",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:white_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
62
modpack/kubejs/data/minecraft/agricraft/plants/melon.json
Normal file
62
modpack/kubejs/data/minecraft/agricraft/plants/melon.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:melon_slice",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"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": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:melon_seeds",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "minecraft:nether_wart",
|
||||
"max": 3,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "neutral"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "arid"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:nether_wart",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:orange_tulip",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:orange_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:oxeye_daisy",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:light_gray_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:pink_tulip",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:pink_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
60
modpack/kubejs/data/minecraft/agricraft/plants/poppy.json
Normal file
60
modpack/kubejs/data/minecraft/agricraft/plants/poppy.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:poppy",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:red_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
66
modpack/kubejs/data/minecraft/agricraft/plants/potato.json
Normal file
66
modpack/kubejs/data/minecraft/agricraft/plants/potato.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.95,
|
||||
"item": "minecraft:potato",
|
||||
"max": 4,
|
||||
"min": 1,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"chance": 0.02,
|
||||
"item": "minecraft:poisonous_potato",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "wet"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:potato",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
]
|
||||
}
|
||||
60
modpack/kubejs/data/minecraft/agricraft/plants/pumpkin.json
Normal file
60
modpack/kubejs/data/minecraft/agricraft/plants/pumpkin.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:pumpkin",
|
||||
"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",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "wet"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "high"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:pumpkin_seeds",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "agricraft:tree",
|
||||
"value": "minecraft:red_mushroom"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:red_mushroom",
|
||||
"max": 4,
|
||||
"min": 2,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 10,
|
||||
"min_light": 0,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "neutral"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_lower",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:red_mushroom",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:red_tulip",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:red_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:sea_pickle",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"fluid_condition": {
|
||||
"fluid": "minecraft:water"
|
||||
},
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 0,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.4,
|
||||
"value": "watery"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:sea_pickle",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
65
modpack/kubejs/data/minecraft/agricraft/plants/seagrass.json
Normal file
65
modpack/kubejs/data/minecraft/agricraft/plants/seagrass.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:seagrass",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"fluid_condition": {
|
||||
"fluid": "minecraft:water"
|
||||
},
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 5,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.4,
|
||||
"value": "watery"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:seagrass",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1000.0,
|
||||
"item": "minecraft:sugar_cane",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"summer"
|
||||
],
|
||||
"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": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:sugar_cane",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.75,
|
||||
"harvest_stage": 4,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "agricraft:thorns"
|
||||
},
|
||||
{
|
||||
"id": "agricraft:bushy"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:sweet_berries",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "medium"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:sweet_berries",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:torchflower",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:orange_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:torchflower_seeds",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 1.0,
|
||||
"item": "minecraft:warped_fungus",
|
||||
"max": 5,
|
||||
"min": 2,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 10,
|
||||
"min_light": 0,
|
||||
"seasons": [
|
||||
"spring",
|
||||
"summer",
|
||||
"autumn",
|
||||
"winter"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "highly_alkaline"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.15,
|
||||
"value": "arid"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_lower",
|
||||
"tolerance_factor": 0.1,
|
||||
"value": "low"
|
||||
}
|
||||
},
|
||||
"seeds": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:warped_fungus",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
9,
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
60
modpack/kubejs/data/minecraft/agricraft/plants/wheat.json
Normal file
60
modpack/kubejs/data/minecraft/agricraft/plants/wheat.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": "minecraft:wheat",
|
||||
"max": 3,
|
||||
"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": [
|
||||
{
|
||||
"grass_drop_chance": 0.0,
|
||||
"item": "minecraft:wheat_seeds",
|
||||
"override_planting": false,
|
||||
"seed_drop_bonus": 0.0,
|
||||
"seed_drop_chance": 1.0
|
||||
}
|
||||
],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:white_tulip",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:light_gray_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"clip_products": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "minecraft:wither_rose",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"cloneable": true,
|
||||
"growth_bonus": 0.025,
|
||||
"growth_chance": 0.65,
|
||||
"harvest_stage": 4,
|
||||
"modifiers": [
|
||||
{
|
||||
"id": "agricraft:wither"
|
||||
}
|
||||
],
|
||||
"mods": [],
|
||||
"products": [
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "minecraft:black_dye",
|
||||
"max": 1,
|
||||
"min": 1,
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"requirement": {
|
||||
"light_tolerance_factor": 0.5,
|
||||
"max_light": 16,
|
||||
"min_light": 10,
|
||||
"seasons": [
|
||||
"spring"
|
||||
],
|
||||
"soil_acidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "slightly_acidic"
|
||||
},
|
||||
"soil_humidity": {
|
||||
"type": "equal",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "damp"
|
||||
},
|
||||
"soil_nutrients": {
|
||||
"type": "equal_or_higher",
|
||||
"tolerance_factor": 0.2,
|
||||
"value": "very_high"
|
||||
}
|
||||
},
|
||||
"seeds": [],
|
||||
"spread_chance": 0.1,
|
||||
"stages": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10,
|
||||
12,
|
||||
14,
|
||||
16
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user