mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-27 02:52:32 +01:00
bekkalokk/bluemap: set world names
This commit is contained in:
@@ -24,6 +24,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
world = vanillaSurvival;
|
world = vanillaSurvival;
|
||||||
dimension = "minecraft:overworld";
|
dimension = "minecraft:overworld";
|
||||||
|
name = "Verden";
|
||||||
sorting = 0;
|
sorting = 0;
|
||||||
start-pos = {
|
start-pos = {
|
||||||
x = 0;
|
x = 0;
|
||||||
@@ -40,6 +41,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
world = vanillaSurvival;
|
world = vanillaSurvival;
|
||||||
dimension = "minecraft:the_nether";
|
dimension = "minecraft:the_nether";
|
||||||
|
name = "Underverden";
|
||||||
sorting = 100;
|
sorting = 100;
|
||||||
start-pos = {
|
start-pos = {
|
||||||
x = 0;
|
x = 0;
|
||||||
@@ -47,8 +49,8 @@ in {
|
|||||||
};
|
};
|
||||||
sky-color = "#290000";
|
sky-color = "#290000";
|
||||||
void-color = "#150000";
|
void-color = "#150000";
|
||||||
|
sky-light = 1;
|
||||||
ambient-light = 0.6;
|
ambient-light = 0.6;
|
||||||
world-sky-light = 0;
|
|
||||||
remove-caves-below-y = -10000;
|
remove-caves-below-y = -10000;
|
||||||
cave-detection-ocean-floor = -5;
|
cave-detection-ocean-floor = -5;
|
||||||
cave-detection-uses-block-light = true;
|
cave-detection-uses-block-light = true;
|
||||||
@@ -62,6 +64,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
world = vanillaSurvival;
|
world = vanillaSurvival;
|
||||||
dimension = "minecraft:the_end";
|
dimension = "minecraft:the_end";
|
||||||
|
name = "Enden";
|
||||||
sorting = 200;
|
sorting = 200;
|
||||||
start-pos = {
|
start-pos = {
|
||||||
x = 0;
|
x = 0;
|
||||||
@@ -69,8 +72,8 @@ in {
|
|||||||
};
|
};
|
||||||
sky-color = "#080010";
|
sky-color = "#080010";
|
||||||
void-color = "#080010";
|
void-color = "#080010";
|
||||||
|
sky-light = 1;
|
||||||
ambient-light = 0.6;
|
ambient-light = 0.6;
|
||||||
world-sky-light = 0;
|
|
||||||
remove-caves-below-y = -10000;
|
remove-caves-below-y = -10000;
|
||||||
cave-detection-ocean-floor = -5;
|
cave-detection-ocean-floor = -5;
|
||||||
marker-sets = {
|
marker-sets = {
|
||||||
|
|||||||
Reference in New Issue
Block a user