minecraft server init
This commit is contained in:
37
config/watercontrolextreme.cfg
Normal file
37
config/watercontrolextreme.cfg
Normal file
@ -0,0 +1,37 @@
|
||||
# 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:frozen_ocean
|
||||
minecraft:beaches
|
||||
minecraft:river
|
||||
minecraft:stone_beach
|
||||
minecraft:cold_beach
|
||||
twilightforest:twilight_lake
|
||||
twilightforest:twilight_stream
|
||||
>
|
||||
|
||||
# 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