Initial commit
This commit is contained in:
26
config/forgeendertech/Biomes/biomesoplenty$bamboo_grove.cfg
Normal file
26
config/forgeendertech/Biomes/biomesoplenty$bamboo_grove.cfg
Normal file
@@ -0,0 +1,26 @@
|
||||
# Configuration file
|
||||
|
||||
Biome {
|
||||
# Biome registry name [default: biomesoplenty:bamboo_grove]
|
||||
S:name=biomesoplenty:bamboo_grove
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
# Configuration file
|
||||
|
||||
Biome {
|
||||
# Biome registry name [default: blueprint:original_source_marker]
|
||||
S:name=blueprint:original_source_marker
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
26
config/forgeendertech/Biomes/minecraft$badlands.cfg
Normal file
26
config/forgeendertech/Biomes/minecraft$badlands.cfg
Normal file
@@ -0,0 +1,26 @@
|
||||
# Configuration file
|
||||
|
||||
Biome {
|
||||
# Biome registry name [default: minecraft:badlands]
|
||||
S:name=minecraft:badlands
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
26
config/forgeendertech/Biomes/minecraft$the_void.cfg
Normal file
26
config/forgeendertech/Biomes/minecraft$the_void.cfg
Normal file
@@ -0,0 +1,26 @@
|
||||
# Configuration file
|
||||
|
||||
Biome {
|
||||
# Biome registry name [default: minecraft:the_void]
|
||||
S:name=minecraft:the_void
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
17
config/forgeendertech/Wind.cfg
Normal file
17
config/forgeendertech/Wind.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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: -710323782]
|
||||
I:randomSeed=-710323782
|
||||
}
|
||||
|
||||
|
||||
BIN
config/forgeendertech/cached.dat
Normal file
BIN
config/forgeendertech/cached.dat
Normal file
Binary file not shown.
Reference in New Issue
Block a user