modules/bluemap: remove max-y, bekkalokk/bluemap: fix

This commit is contained in:
h7x4
2025-12-24 11:21:22 +09:00
parent f159fbf690
commit a098eda1b1
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,9 @@ in {
remove-caves-below-y = -10000;
cave-detection-ocean-floor = -5;
cave-detection-uses-block-light = true;
max-y = 90;
render-mask = [{
max-y = 90;
}];
marker-sets = {
_includes = [ (format.lib.mkInclude "${bluemap-export}/nether.hocon") ];
};

View File

@@ -205,7 +205,6 @@ in {
remove-caves-below-y = -10000;
cave-detection-ocean-floor = -5;
cave-detection-uses-block-light = true;
max-y = 90;
};
"end".settings = {
@@ -243,7 +242,6 @@ in {
remove-caves-below-y = -10000;
cave-detection-ocean-floor = -5;
cave-detection-uses-block-light = true;
max-y = 90;
};
"end".settings = {