Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
This directory is for a few additional options for YUNG's Better Caves.
Options provided may vary by version.
This directory contains subdirectories for supported versions. The first time you run Better Caves, a version subdirectory will be created if that version supports advanced options.
For example, the first time you use Better Caves for MC 1.21.1 on Fabric, the 'fabric-1_21_1' subdirectory will be created in this folder.
If no subdirectory for your version is created, then that version probably does not support the additional options.
@@ -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
}
}
}