1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/forgeendertech/Biomes/minecraft$stony_shore.cfg

26 lines
584 B
INI

# Configuration file
Biome {
# Biome registry name [default: minecraft:stony_shore]
S:name=minecraft:stony_shore
}
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
}