This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View 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
}