Initial
This commit is contained in:
35
overrides/config/watercontrolextreme.cfg
Normal file
35
overrides/config/watercontrolextreme.cfg
Normal file
@@ -0,0 +1,35 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Block registry names for fluids that should be made finite
|
||||
S:finiteFluids <
|
||||
water
|
||||
>
|
||||
|
||||
# Biomes in which these fluids should be infinite
|
||||
S:infiniteBiomes <
|
||||
minecraft:ocean
|
||||
minecraft:deep_ocean
|
||||
minecraft:beach
|
||||
minecraft:stone_beach
|
||||
minecraft:cold_beach
|
||||
minecraft:beaches
|
||||
minecraft:river
|
||||
>
|
||||
|
||||
# Dimensions in which these fluids should be infinite
|
||||
I:infiniteDimensions <
|
||||
>
|
||||
|
||||
# Minimum y-level in which fluids can form new source blocks.
|
||||
# Min: 0
|
||||
# Max: 255
|
||||
I:maxHeight=255
|
||||
|
||||
# Maximum y-level in which fluids can form new source blocks.
|
||||
# Min: 0
|
||||
# Max: 255
|
||||
I:minHeight=0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user