From 06c3bb3ec0cb38e8810b63dccab168be252e7e8b Mon Sep 17 00:00:00 2001 From: ikabod-kee Date: Thu, 19 Dec 2024 13:36:36 -0500 Subject: [PATCH] Various Void Changes Made void spawn lower, Made void root torches more common, Changed fog color --- assets/cubyz/biomes/cave/cave.zig.zon | 2 +- assets/cubyz/biomes/cave/crystal.zig.zon | 2 +- assets/cubyz/biomes/cave/crystal_forest.zig.zon | 2 +- assets/cubyz/biomes/cave/dropoff.zig.zon | 6 +++--- assets/cubyz/biomes/cave/lava_cave.zig.zon | 2 +- assets/cubyz/biomes/cave/stalagmite_cave.zig.zon | 2 +- assets/cubyz/biomes/cave/stone_forest.zig.zon | 2 +- assets/cubyz/biomes/cave/void/void.zig.zon | 4 ++-- assets/cubyz/biomes/cave/void/void_cavern.zig.zon | 2 +- assets/cubyz/biomes/cave/void/void_crystal.zig.zon | 3 ++- assets/cubyz/biomes/cave/void/void_roots.zig.zon | 4 ++-- 11 files changed, 16 insertions(+), 15 deletions(-) diff --git a/assets/cubyz/biomes/cave/cave.zig.zon b/assets/cubyz/biomes/cave/cave.zig.zon index dcefe9eb..926ef6c5 100644 --- a/assets/cubyz/biomes/cave/cave.zig.zon +++ b/assets/cubyz/biomes/cave/cave.zig.zon @@ -1,7 +1,7 @@ .{ .isCave = true, .maxHeight = 0, - .minHeight = -44750, + .minHeight = -47750, .fogDensity = 2, diff --git a/assets/cubyz/biomes/cave/crystal.zig.zon b/assets/cubyz/biomes/cave/crystal.zig.zon index 3e92c528..7477802a 100644 --- a/assets/cubyz/biomes/cave/crystal.zig.zon +++ b/assets/cubyz/biomes/cave/crystal.zig.zon @@ -1,7 +1,7 @@ .{ .isCave = true, .maxHeight = -512, - .minHeight = -44750, + .minHeight = -47750, .chance = 0.2, diff --git a/assets/cubyz/biomes/cave/crystal_forest.zig.zon b/assets/cubyz/biomes/cave/crystal_forest.zig.zon index 583485e9..c6fcfa77 100644 --- a/assets/cubyz/biomes/cave/crystal_forest.zig.zon +++ b/assets/cubyz/biomes/cave/crystal_forest.zig.zon @@ -1,7 +1,7 @@ .{ .isCave = true, .maxHeight = -512, - .minHeight = -44750, + .minHeight = -47750, .chance = 0.01, .caves = -0.1, diff --git a/assets/cubyz/biomes/cave/dropoff.zig.zon b/assets/cubyz/biomes/cave/dropoff.zig.zon index 9f5a5421..ba187050 100644 --- a/assets/cubyz/biomes/cave/dropoff.zig.zon +++ b/assets/cubyz/biomes/cave/dropoff.zig.zon @@ -1,10 +1,10 @@ .{ .isCave = true, - .maxHeight = -44750, - .minHeight = -45000, + .maxHeight = -47750, + .minHeight = -48000, .stoneBlock = "cubyz:stone", .fogDensity = 10, - .fogColor = 0x5f5c64, + .fogColor = 0x1B1333, .chance = 100, .music = "cubyz:heart-of-the-beast", diff --git a/assets/cubyz/biomes/cave/lava_cave.zig.zon b/assets/cubyz/biomes/cave/lava_cave.zig.zon index 09367ce7..9f031a5f 100644 --- a/assets/cubyz/biomes/cave/lava_cave.zig.zon +++ b/assets/cubyz/biomes/cave/lava_cave.zig.zon @@ -1,7 +1,7 @@ .{ .isCave = true, .maxHeight = -640, - .minHeight = -44750, + .minHeight = -47750, .fogDensity = 20, .fogColor = 0x51240c, diff --git a/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon b/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon index 09b1f0a6..776bde1a 100644 --- a/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon +++ b/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon @@ -1,7 +1,7 @@ .{ .isCave = true, .maxHeight = -256, - .minHeight = -44750, + .minHeight = -47750, .chance = 0.2, .fogDensity = 10, diff --git a/assets/cubyz/biomes/cave/stone_forest.zig.zon b/assets/cubyz/biomes/cave/stone_forest.zig.zon index c28c5055..dcd74da5 100644 --- a/assets/cubyz/biomes/cave/stone_forest.zig.zon +++ b/assets/cubyz/biomes/cave/stone_forest.zig.zon @@ -3,7 +3,7 @@ .chance = 0.01, .maxHeight = -50, - .minHeight = -44750, + .minHeight = -47750, .caves = -0.2, .music = "cubyz:heart-of-the-beast", diff --git a/assets/cubyz/biomes/cave/void/void.zig.zon b/assets/cubyz/biomes/cave/void/void.zig.zon index 12670a52..c2d95074 100644 --- a/assets/cubyz/biomes/cave/void/void.zig.zon +++ b/assets/cubyz/biomes/cave/void/void.zig.zon @@ -1,10 +1,10 @@ .{ .isCave = true, - .maxHeight = -45000, + .maxHeight = -48000, .minHeight = -50000, .stoneBlock = "cubyz:air", .fogDensity = 10, - .fogColor = 0x5f5c64, + .fogColor = 0x1B1333, .chance = 100, .music = "cubyz:heart-of-the-beast", diff --git a/assets/cubyz/biomes/cave/void/void_cavern.zig.zon b/assets/cubyz/biomes/cave/void/void_cavern.zig.zon index f406befe..1f041897 100644 --- a/assets/cubyz/biomes/cave/void/void_cavern.zig.zon +++ b/assets/cubyz/biomes/cave/void/void_cavern.zig.zon @@ -3,7 +3,7 @@ .maxHeight = -50000, .chance = 0.1, .fogDensity = 10, - .fogColor = 0x5f5c64, + .fogColor = 0x1B1333, .caves = -0.1, .music = "cubyz:heart-of-the-beast", diff --git a/assets/cubyz/biomes/cave/void/void_crystal.zig.zon b/assets/cubyz/biomes/cave/void/void_crystal.zig.zon index d6cf3811..150df388 100644 --- a/assets/cubyz/biomes/cave/void/void_crystal.zig.zon +++ b/assets/cubyz/biomes/cave/void/void_crystal.zig.zon @@ -1,7 +1,8 @@ .{ .isCave = true, .maxHeight = -50000, - + .fogDensity = 10, + .fogColor = 0x1B1333, .chance = 0.1, .caveRadiusFactor = -1, .caves = 0.5, diff --git a/assets/cubyz/biomes/cave/void/void_roots.zig.zon b/assets/cubyz/biomes/cave/void/void_roots.zig.zon index d6179860..b8bea1db 100644 --- a/assets/cubyz/biomes/cave/void/void_roots.zig.zon +++ b/assets/cubyz/biomes/cave/void/void_roots.zig.zon @@ -2,7 +2,7 @@ .isCave = true, .maxHeight = -50000, .fogDensity = 10, - .fogColor = 0x5f5c64, + .fogColor = 0x272334, .chance = 100, .caveRadiusFactor = -1, .caves = 0.5, @@ -12,7 +12,7 @@ .structures = .{ .{ .id = "cubyz:simple_vegetation", - .chance = 0.00001, + .chance = 0.0001, .block = "cubyz:torch", .height = 1, .height_variation = 0,