Skip to content

Commit

Permalink
Various Void Changes
Browse files Browse the repository at this point in the history
Made void spawn lower,
Made void root torches more common,
Changed fog color
  • Loading branch information
ikabod-kee committed Dec 19, 2024
1 parent ded2fe5 commit 06c3bb3
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/cave.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.isCave = true,
.maxHeight = 0,
.minHeight = -44750,
.minHeight = -47750,

.fogDensity = 2,

Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/crystal.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.isCave = true,
.maxHeight = -512,
.minHeight = -44750,
.minHeight = -47750,

.chance = 0.2,

Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/crystal_forest.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.isCave = true,
.maxHeight = -512,
.minHeight = -44750,
.minHeight = -47750,
.chance = 0.01,

.caves = -0.1,
Expand Down
6 changes: 3 additions & 3 deletions assets/cubyz/biomes/cave/dropoff.zig.zon
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/lava_cave.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.isCave = true,
.maxHeight = -640,
.minHeight = -44750,
.minHeight = -47750,
.fogDensity = 20,
.fogColor = 0x51240c,

Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/stalagmite_cave.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.isCave = true,
.maxHeight = -256,
.minHeight = -44750,
.minHeight = -47750,
.chance = 0.2,

.fogDensity = 10,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/stone_forest.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.chance = 0.01,
.maxHeight = -50,
.minHeight = -44750,
.minHeight = -47750,
.caves = -0.2,

.music = "cubyz:heart-of-the-beast",
Expand Down
4 changes: 2 additions & 2 deletions assets/cubyz/biomes/cave/void/void.zig.zon
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/biomes/cave/void/void_cavern.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.maxHeight = -50000,
.chance = 0.1,
.fogDensity = 10,
.fogColor = 0x5f5c64,
.fogColor = 0x1B1333,
.caves = -0.1,

.music = "cubyz:heart-of-the-beast",
Expand Down
3 changes: 2 additions & 1 deletion assets/cubyz/biomes/cave/void/void_crystal.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.{
.isCave = true,
.maxHeight = -50000,

.fogDensity = 10,
.fogColor = 0x1B1333,
.chance = 0.1,
.caveRadiusFactor = -1,
.caves = 0.5,
Expand Down
4 changes: 2 additions & 2 deletions assets/cubyz/biomes/cave/void/void_roots.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.isCave = true,
.maxHeight = -50000,
.fogDensity = 10,
.fogColor = 0x5f5c64,
.fogColor = 0x272334,
.chance = 100,
.caveRadiusFactor = -1,
.caves = 0.5,
Expand All @@ -12,7 +12,7 @@
.structures = .{
.{
.id = "cubyz:simple_vegetation",
.chance = 0.00001,
.chance = 0.0001,
.block = "cubyz:torch",
.height = 1,
.height_variation = 0,
Expand Down

0 comments on commit 06c3bb3

Please sign in to comment.