Added mod files
This commit is contained in:
22
overrides/config/forgeendertech/Wind.cfg
Normal file
22
overrides/config/forgeendertech/Wind.cfg
Normal file
@@ -0,0 +1,22 @@
|
||||
# Configuration file
|
||||
|
||||
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
|
||||
|
||||
# Random seed [range: -2147483648 ~ 2147483647, default: 1689075638]
|
||||
I:randomSeed=1689075638
|
||||
|
||||
# Defines the wind direction.
|
||||
# Possible values: RANDOM, NORTH, SOUTH, WEST, EAST, PLAYER, SPAWN
|
||||
# [default: RANDOM]
|
||||
S:targetDirection=RANDOM
|
||||
}
|
||||
|
||||
|
||||
BIN
overrides/config/forgeendertech/cached.dat
Normal file
BIN
overrides/config/forgeendertech/cached.dat
Normal file
Binary file not shown.
Reference in New Issue
Block a user