Files
Custom_Launcher_mc/modpack/_upload/objects/7b/a2/7ba2cb15ed8c6442d3dbfa6465bf32b9b9e0d43a
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

27 lines
584 B
Plaintext

# Configuration file
Biome {
# Biome registry name [default: minecraft:snowy_taiga]
S:name=minecraft:snowy_taiga
}
Config {
# If set to False, parameters from this config will not be used. [default: false]
B:enabled=false
}
Wind {
# Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0]
S:changeProbability=1.0
# Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15]
S:changeStep=0.15
# Defines maximum wind strength. [range: 0 ~ 30, default: 10]
I:maxStrength=10
}