Update config.yml

whoops, was double
This commit is contained in:
RedDevel2
2024-03-04 18:25:03 +01:00
committed by GitHub
parent 103640525d
commit ca07b6e798

View File

@@ -810,830 +810,6 @@ plants:
biomes:
freshwater: 1.0
database:
==: vg.civcraft.mc.civmodcore.dao.DatabaseCredentials
plugin: RealisticBiomes
user: ${CIV_MYSQL_USERNAME}
password: ${CIV_MYSQL_PASSWORD}
host: ${CIV_MYSQL_HOST}
port: 3306
database: realisticbiomes
poolsize: 5
connection_timeout: 10000
idle_timeout: 600000
max_lifetime: 7200000
# Set to true if you want tapping a plant with bonemeal to double it.
allow_tallplant_replication: true
auto_replant_enabled: true
# true for right click auto replant, false for left click
auto_replant_right_click: true
no_bonemeal_blocks:
- KELP
- TWISTING_VINES
- WEEPING_VINES
- CAVE_VINES
- BAMBOO
- BAMBOO_SAPLING
- KELP_PLANT
- TWISTING_VINES_PLANT
- WEEPING_VINES_PLANT
- BAMBOO_SAPLING
- SWEET_BERRY_BUSH
- BIG_DRIPLEAF
- BIG_DRIPLEAF_STEM
- RED_MUSHROOM
- BROWN_MUSHROOM
- WHEAT
- CARROTS
- POTATOES
- BEETROOTS
- NETHER_WART
- COCOA
- MELON_STEM
- PUMPKIN_STEM
- CACTUS
- SUGAR_CANE
- OAK_SAPLING
- BIRCH_SAPLING
- SPRUCE_SAPLING
- JUNGLE_SAPLING
- DARK_OAK_SAPLING
- ACACIA_SAPLING
- FLOWERING_AZALEA
- AZALEA
- CRIMSON_FUNGUS
- WARPED_FUNGUS
# categories of biomes
biome_aliases:
oceans:
- OCEAN
- WARM_OCEAN
- COLD_OCEAN
- LUKEWARM_OCEAN
- FROZEN_OCEAN
deep_oceans:
- DEEP_OCEAN
- DEEP_COLD_OCEAN
- DEEP_LUKEWARM_OCEAN
- DEEP_FROZEN_OCEAN
freshwater:
- RIVER
- BEACH
cold_water:
- SNOWY_BEACH
- FROZEN_OCEAN
- FROZEN_RIVER
tall_mountains:
- SNOWY_SLOPES
flatlands:
- PLAINS
- SUNFLOWER_PLAINS
forests:
- FLOWER_FOREST
- FOREST
birch_forests:
- BIRCH_FOREST
- OLD_GROWTH_BIRCH_FOREST
meadows:
- MEADOW
taigas:
- TAIGA
- OLD_GROWTH_SPRUCE_TAIGA
- OLD_GROWTH_PINE_TAIGA
- WINDSWEPT_HILLS
- WINDSWEPT_GRAVELLY_HILLS
- WINDSWEPT_FOREST
cold_taiga:
- SNOWY_TAIGA
- GROVE
- JAGGED_PEAKS
tundra:
- ICE_SPIKES
- SNOWY_PLAINS
cold_mountain:
- FROZEN_PEAKS
savannas:
- SAVANNA
- SAVANNA_PLATEAU
- WINDSWEPT_SAVANNA
desert:
- DESERT
mesa:
- BADLANDS
- ERODED_BADLANDS
- WOODED_BADLANDS
jungles:
- JUNGLE
- SPARSE_JUNGLE
bamboo:
- BAMBOO_JUNGLE
dark_forest:
- DARK_FOREST
mushroom:
- MUSHROOM_FIELDS
swamp:
- SWAMP
nether_wastes:
- NETHER_WASTES
soul_sand:
- SOUL_SAND_VALLEY
crimson:
- CRIMSON_FOREST
warped:
- WARPED_FOREST
basalt:
- BASALT_DELTAS
end:
- END_BARRENS
- END_HIGHLANDS
- END_MIDLANDS
- THE_VOID
- THE_END
plants:
# formerly inheriting CROP properties
WHEAT:
persistent_growth_period: 16h
name: Wheat
id: 1
item:
==: org.bukkit.inventory.ItemStack
type: WHEAT_SEEDS
v: 1
grower:
type: ageable
material: WHEAT
max_stage: 7
increment: 1
vanilla_materials:
- WHEAT
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
flatlands: 1.0
meadows: 0.5
forests: 0.5
birch_forests: 0.5
CARROT:
persistent_growth_period: 16h
name: Carrots
id: 2
item:
==: org.bukkit.inventory.ItemStack
type: CARROT
v: 1
grower:
type: ageable
material: CARROTS
max_stage: 7
increment: 3
vanilla_materials:
- CARROTS
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
meadows: 1.0
flatlands: 0.5
forests: 0.5
birch_forests: 0.5
POTATO:
persistent_growth_period: 16h
name: Potatoes
id: 3
item:
==: org.bukkit.inventory.ItemStack
type: POTATO
v: 1
grower:
type: ageable
material: POTATOES
max_stage: 7
increment: 3
vanilla_materials:
- POTATOES
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
taigas: 0.5
cold_taiga: 1.0
tundra: 0.5
cold_mountain: 0.5
BEETROOT:
persistent_growth_period: 16h
name: Beetroots
id: 4
item:
==: org.bukkit.inventory.ItemStack
type: BEETROOT_SEEDS
v: 1
grower:
type: ageable
material: BEETROOTS
max_stage: 3
increment: 1
vanilla_materials:
- BEETROOTS
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
taigas: 0.5
cold_taiga: 0.5
tundra: 1.0
cold_mountain: 0.5
NETHER_WART:
persistent_growth_period: 16h
name: Nether wart
id: 5
item:
==: org.bukkit.inventory.ItemStack
type: NETHER_WART
v: 1
grower:
type: ageable
material: NETHER_WART
max_stage: 3
increment: 1
vanilla_materials:
- NETHER_WART
needs_sun_light: false
soil_max_layers: 8
soil_boni:
SOUL_SAND: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
CRIMSON_FOREST: 0.5
WARPED_FOREST: 0.5
NETHER_WASTES: 1.0
SOUL_SAND_VALLEY: 0.5
BASALT_DELTAS: 0.5
COCOA:
persistent_growth_period: 24h
name: Cocoa
id: 6
item:
==: org.bukkit.inventory.ItemStack
type: COCOA_BEANS
v: 1
grower:
type: ageable
material: COCOA
max_stage: 2
increment: 1
vanilla_materials:
- COCOA
soil_max_layers: 25
soil_boni:
VINE: 0.15
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
jungles: 1.0
bamboo_jungle: 0.6
swamp: 0.4
dark_forest: 0.25
mushroom: 0.25
MELON:
persistent_growth_period: 16h
name: Melon
id: 7
item:
==: org.bukkit.inventory.ItemStack
type: MELON
v: 2584
can_be_planted: false
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
grower:
type: fruit
material: MELON
stem_type: MELON_STEM
attached_stem_type: ATTACHED_MELON_STEM
vanilla_materials:
- ATTACHED_MELON_STEM
- MELON_STEM
- MELON
biomes:
mesa: 0.6
savannas: 1.0
desert: 0.4
MELON_STEM:
persistent_growth_period: 0
name: Melon stem
id: 8
item:
==: org.bukkit.inventory.ItemStack
type: MELON_SEEDS
v: 1
grower:
type: stem
material: MELON_STEM
fruit_config: Melon
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
mesa: 0.6
savannas: 1.0
desert: 0.4
PUMPKIN:
persistent_growth_period: 16h
name: Pumpkin
id: 9
can_be_planted: false
item:
==: org.bukkit.inventory.ItemStack
type: PUMPKIN
v: 1
grower:
type: fruit
material: PUMPKIN
stem_type: PUMPKIN_STEM
attached_stem_type: ATTACHED_PUMPKIN_STEM
vanilla_materials:
- ATTACHED_PUMPKIN_STEM
- PUMPKIN_STEM
- PUMPKIN
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
taigas: 1.0
cold_taiga: 0.5
tundra: 0.5
cold_mountain: 0.5
PUMPKIN_STEM:
persistent_growth_period: 0
name: Pumpkin stem
grower:
type: stem
material: PUMPKIN_STEM
fruit_config: Pumpkin
id: 10
item:
==: org.bukkit.inventory.ItemStack
type: PUMPKIN_SEEDS
v: 1
soil_max_layers: 8
soil_boni:
CLAY: 0.125
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
taigas: 1.0
cold_taiga: 0.5
tundra: 0.5
cold_mountain: 0.5
# formerly inheriting Column properties
CACTUS:
persistent_growth_period: 12h
name: Cactus
grower:
type: column
material: CACTUS
max_height: 3
insta_break_toching: true
vanilla_materials:
- CACTUS
id: 11
item:
==: org.bukkit.inventory.ItemStack
type: CACTUS
v: 1
biomes:
desert: 1.0
mesa: 0.6
savannas: 0.0
SUGAR_CANE:
persistent_growth_period: 12h
name: Sugar cane
id: 12
grower:
type: column
material: SUGAR_CANE
max_height: 3
vanilla_materials:
- SUGAR_CANE
item:
==: org.bukkit.inventory.ItemStack
type: SUGAR_CANE
v: 1
biomes:
jungles: 1.0
bamboo: 1.0
swamp: 0.5
mushroom: 1.0
dark_forest: 0.25
# formerly inheriting "basetree" properties
OAK_SAPLING:
persistent_growth_period: 12h
name: Oak Tree
id: 13
grower:
type: tree
material: OAK_SAPLING
vanilla_materials:
- OAK_SAPLING
item:
==: org.bukkit.inventory.ItemStack
type: OAK_SAPLING
v: 1
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
forests: 1.0
birch_forests: 0.8
flatlands: 0.25
meadows: 0.25
savannas: 0.5
mesa: 0.25
BIRCH_SAPLING:
persistent_growth_period: 12h
name: Birch Tree
id: 14
grower:
type: tree
material: BIRCH_SAPLING
vanilla_materials:
- BIRCH_SAPLING
item:
==: org.bukkit.inventory.ItemStack
type: BIRCH_SAPLING
v: 1
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
forests: 0.5
birch_forests: 1.0
flatland: 0.25
meadows: 0.25
SPRUCE_SAPLING:
persistent_growth_period: 12h
name: Spruce Tree
id: 15
grower:
type: tree
material: SPRUCE_SAPLING
vanilla_materials:
- SPRUCE_SAPLING
item:
==: org.bukkit.inventory.ItemStack
type: SPRUCE_SAPLING
v: 1
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
taigas: 1.0
cold_taiga: 1.0
tundra: 0.25
cold_mountain: 0.25
JUNGLE_SAPLING:
persistent_growth_period: 12h
name: Jungle Tree
id: 16
grower:
type: tree
material: JUNGLE_SAPLING
vanilla_materials:
- JUNGLE_SAPLING
item:
==: org.bukkit.inventory.ItemStack
type: JUNGLE_SAPLING
v: 1
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
jungles: 1.0
bamboo: 0.8
mushroom: 0.25
swamp: 0.25
dark_forest: 0.6
ACACIA_SAPLING:
persistent_growth_period: 12h
name: Acacia Tree
grower:
type: tree
material: ACACIA_SAPLING
vanilla_materials:
- ACACIA_SAPLING
id: 17
item:
==: org.bukkit.inventory.ItemStack
type: ACACIA_SAPLING
v: 1
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
savannas: 1.0
desert: 0.6
mesa: 0.6
DARK_OAK_SAPLING:
persistent_growth_period: 12h
name: Dark Oak Tree
grower:
type: tree
material: DARK_OAK_SAPLING
vanilla_materials:
- DARK_OAK_SAPLING
id: 18
item:
==: org.bukkit.inventory.ItemStack
type: DARK_OAK_SAPLING
v: 1
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
jungles: 0.6
forests: 0.6
taigas: 0.6
birch_forests: 0.6
dark_forest: 1.0
swamp: 0.8
meadows: 0.5
GLOW_BERRIES:
persistent_growth_period: 8h
name: Glow Berries
grower:
type: tip
material: CAVE_VINES
stem_material: CAVE_VINES_PLANT
growth_direction: DOWN
max_height: 25
id: 19
item:
==: org.bukkit.inventory.ItemStack
type: GLOW_BERRIES
v: 2730
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
LUSH_CAVES: 1.0
TWISTING_VINES:
persistent_growth_period: 6h
name: Twisting Vines
grower:
type: tip
material: TWISTING_VINES
stem_material: TWISTING_VINES_PLANT
growth_direction: UP
max_height: 25
id: 20
item:
==: org.bukkit.inventory.ItemStack
type: TWISTING_VINES
v: 2730
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
WARPED_FOREST: 1.0
WEEPING_VINES:
persistent_growth_period: 6h
name: Weeping Vines
grower:
type: tip
material: WEEPING_VINES
stem_material: WEEPING_VINES_PLANT
growth_direction: DOWN
max_height: 25
id: 21
item:
==: org.bukkit.inventory.ItemStack
type: WEEPING_VINES
v: 2730
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
CRIMSON_FOREST: 1.0
KELP:
persistent_growth_period: 8h
name: Kelp
grower:
type: kelp
max_height: 25
id: 22
item:
==: org.bukkit.inventory.ItemStack
type: KELP
v: 2730
greenhouse_rates:
GLOWSTONE: 0.5
needs_sun_light: false
biomes:
deep_oceans: 1.0
oceans: 0.5
RED_MUSHROOM:
persistent_growth_period: 0
base_rate: 1.0
name: Red Mushroom
vanilla_materials:
- RED_MUSHROOM
grower:
type: horizontalspread
max_amount: 60
max_range: 9
replaceable_blocks:
- AIR
- CAVE_AIR
- VOID_AIR
valid_soil:
- MYCELIUM
- PODZOL
id: 23
item:
==: org.bukkit.inventory.ItemStack
type: RED_MUSHROOM
v: 2730
needs_sun_light: false
biomes:
swamp: 0.6
jungles: 0.25
bamboo: 0.25
mushroom: 1.0
dark_forest: 0.6
BROWN_MUSHROOM:
persistent_growth_period: 0
base_rate: 1.0
name: Brown Mushroom
vanilla_materials:
- BROWN_MUSHROOM
grower:
type: horizontalspread
max_amount: 60
max_range: 9
replaceable_blocks:
- AIR
- CAVE_AIR
- VOID_AIR
valid_soil:
- MYCELIUM
- PODZOL
id: 24
item:
==: org.bukkit.inventory.ItemStack
type: BROWN_MUSHROOM
v: 2730
needs_sun_light: false
biomes:
swamp: 0.6
jungles: 0.25
bamboo: 0.25
mushroom: 1.0
dark_forest: 0.6
CRIMSON_FUNGUS:
persistent_growth_period: 12h
name: Crimson Fungus
grower:
type: fungus
material: CRIMSON_FUNGUS
vanilla_materials:
- CRIMSON_FUNGUS
id: 28
item:
==: org.bukkit.inventory.ItemStack
type: CRIMSON_FUNGUS
v: 2730
needs_sun_light: false
biomes:
CRIMSON_FOREST: 1.0
NETHER_WASTES: 0.5
SOUL_SAND_VALLEY: 0.3
WARPED_FUNGUS:
persistent_growth_period: 12h
name: Warped Fungus
grower:
type: fungus
material: WARPED_FUNGUS
vanilla_materials:
- WARPED_FUNGUS
id: 29
item:
==: org.bukkit.inventory.ItemStack
type: WARPED_FUNGUS
v: 2730
needs_sun_light: false
biomes:
WARPED_FOREST: 1.0
NETHER_WASTES: 0.5
SOUL_SAND_VALLEY: 0.3
BAMBOO:
persistent_growth_period: 12h
name: Bamboo
grower:
type: bamboo
max_height: 12
id: 25
item:
==: org.bukkit.inventory.ItemStack
type: BAMBOO
v: 2730
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
swamp: 0.25
jungles: 0.5
bamboo: 1.0
mushroom: 0.25
dark_forest: 0.25
SWEET_BERRY:
persistent_growth_period: 12h
name: Sweet Berry
id: 26
item:
==: org.bukkit.inventory.ItemStack
type: SWEET_BERRIES
v: 2730
grower:
type: ageable
material: SWEET_BERRY_BUSH
max_stage: 3
increment: 1
vanilla_materials:
- SWEET_BERRIES
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
taigas: 0.5
cold_taiga: 0.5
tundra: 0.5
cold_mountain: 1.0
BIG_DRIPLEAF:
persistent_growth_period: 12h
name: Big Dripleaf
grower:
type: tip
material: BIG_DRIPLEAF
stem_material: BIG_DRIPLEAF_STEM
growth_direction: UP
max_height: 25
id: 27
item:
==: org.bukkit.inventory.ItemStack
type: BIG_DRIPLEAF
v: 2730
greenhouse_rates:
GLOWSTONE: 0.5
biomes:
freshwater: 1.0
database:
==: vg.civcraft.mc.civmodcore.dao.DatabaseCredentials
plugin: RealisticBiomes