Initial Commit!
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
######################################
|
||||
# liquidregions.json #
|
||||
######################################
|
||||
This file contains the Liquid Regions settings for each dimension.
|
||||
While the Better Caves carvers are added per-biome, the Liquid Regions
|
||||
(i.e. the giant water and lava pools at the bottom of the world) are handled
|
||||
on a per-dimension basis.
|
||||
The liquidregions.json file is used to define the Liquid Regions for each dimension.
|
||||
You can add or remove dimensions, or modify the settings for existing dimensions.
|
||||
If a dimension is not defined in this file, then it will not have any Liquid Regions.
|
||||
In that case, the normal aquifers will be used instead, as specified in the dimension's
|
||||
respective noise_settings data pack json.
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"liquidRegions": {
|
||||
"minecraft:overworld": {
|
||||
"liquid_region_size": 0.001,
|
||||
"water_region_spawn_chance": 40.0,
|
||||
"liquid_altitude": -55
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user