mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-27 02:52:32 +01:00
bekkalokk/bluemap: fix start-pos in map configs
This commit is contained in:
@@ -28,7 +28,7 @@ in {
|
|||||||
sorting = 0;
|
sorting = 0;
|
||||||
start-pos = {
|
start-pos = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 0;
|
z = 0;
|
||||||
};
|
};
|
||||||
ambient-light = 0.1;
|
ambient-light = 0.1;
|
||||||
cave-detection-ocean-floor = -5;
|
cave-detection-ocean-floor = -5;
|
||||||
@@ -45,7 +45,7 @@ in {
|
|||||||
sorting = 100;
|
sorting = 100;
|
||||||
start-pos = {
|
start-pos = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 0;
|
z = 0;
|
||||||
};
|
};
|
||||||
sky-color = "#290000";
|
sky-color = "#290000";
|
||||||
void-color = "#150000";
|
void-color = "#150000";
|
||||||
@@ -68,7 +68,7 @@ in {
|
|||||||
sorting = 200;
|
sorting = 200;
|
||||||
start-pos = {
|
start-pos = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 0;
|
z = 0;
|
||||||
};
|
};
|
||||||
sky-color = "#080010";
|
sky-color = "#080010";
|
||||||
void-color = "#080010";
|
void-color = "#080010";
|
||||||
|
|||||||
Reference in New Issue
Block a user