diff --git a/assets/cubyz/biomes/autumn/dead_forest.zig.zon b/assets/cubyz/biomes/autumn/dead_forest.zig.zon index 2550f4b0a0..9bc39e8d2f 100644 --- a/assets/cubyz/biomes/autumn/dead_forest.zig.zon +++ b/assets/cubyz/biomes/autumn/dead_forest.zig.zon @@ -16,7 +16,7 @@ .maxRadius = 320, .roughness = 10, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "0 to 1 cubyz:grass", diff --git a/assets/cubyz/biomes/autumn/forest.zig.zon b/assets/cubyz/biomes/autumn/forest.zig.zon index f1843c5148..042cd5cb36 100644 --- a/assets/cubyz/biomes/autumn/forest.zig.zon +++ b/assets/cubyz/biomes/autumn/forest.zig.zon @@ -16,7 +16,7 @@ .maxRadius = 320, .roughness = 10, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/autumn/mixed_forest.zig.zon b/assets/cubyz/biomes/autumn/mixed_forest.zig.zon index 8616e17b53..476f0853e7 100644 --- a/assets/cubyz/biomes/autumn/mixed_forest.zig.zon +++ b/assets/cubyz/biomes/autumn/mixed_forest.zig.zon @@ -17,7 +17,7 @@ .maxRadius = 320, .roughness = 10, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/beach/cold/base.zig.zon b/assets/cubyz/biomes/beach/cold/base.zig.zon index 8cc409009f..00010263ad 100644 --- a/assets/cubyz/biomes/beach/cold/base.zig.zon +++ b/assets/cubyz/biomes/beach/cold/base.zig.zon @@ -11,7 +11,7 @@ .hills = 5, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .ground_structure = .{ "2 to 4 cubyz:gravel", diff --git a/assets/cubyz/biomes/beach/cold/wide.zig.zon b/assets/cubyz/biomes/beach/cold/wide.zig.zon index 6c0a3e2216..d9d25c8caf 100644 --- a/assets/cubyz/biomes/beach/cold/wide.zig.zon +++ b/assets/cubyz/biomes/beach/cold/wide.zig.zon @@ -11,7 +11,7 @@ .hills = 5, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .ground_structure = .{ "2 to 4 cubyz:gravel", diff --git a/assets/cubyz/biomes/beach/warm/base.zig.zon b/assets/cubyz/biomes/beach/warm/base.zig.zon index 595cc93aee..e2a0868517 100644 --- a/assets/cubyz/biomes/beach/warm/base.zig.zon +++ b/assets/cubyz/biomes/beach/warm/base.zig.zon @@ -14,7 +14,7 @@ .hills = 5, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .stoneBlock = "cubyz:sandstone/base", .ground_structure = .{ diff --git a/assets/cubyz/biomes/beach/warm/wide.zig.zon b/assets/cubyz/biomes/beach/warm/wide.zig.zon index 0a5ee53619..dfc8f93c1e 100644 --- a/assets/cubyz/biomes/beach/warm/wide.zig.zon +++ b/assets/cubyz/biomes/beach/warm/wide.zig.zon @@ -14,7 +14,7 @@ .hills = 5, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .stoneBlock = "cubyz:sandstone/base", .ground_structure = .{ diff --git a/assets/cubyz/biomes/bog/base.zig.zon b/assets/cubyz/biomes/bog/base.zig.zon index 2f544c2d54..25c1aee76a 100644 --- a/assets/cubyz/biomes/bog/base.zig.zon +++ b/assets/cubyz/biomes/bog/base.zig.zon @@ -16,7 +16,7 @@ .roughness = 1, .hills = 2, .chance = 0.8, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "1 cubyz:lush_grass", diff --git a/assets/cubyz/biomes/bog/pond.zig.zon b/assets/cubyz/biomes/bog/pond.zig.zon index 9a3718518a..0a6ad50b55 100644 --- a/assets/cubyz/biomes/bog/pond.zig.zon +++ b/assets/cubyz/biomes/bog/pond.zig.zon @@ -10,7 +10,7 @@ .chance = 0, .roughness = 2, .hills = 3, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .ground_structure = .{ "4 to 5 cubyz:mud", }, diff --git a/assets/cubyz/biomes/bush_lands.zig.zon b/assets/cubyz/biomes/bush_lands.zig.zon index 0364015b1e..521b2ba799 100644 --- a/assets/cubyz/biomes/bush_lands.zig.zon +++ b/assets/cubyz/biomes/bush_lands.zig.zon @@ -16,7 +16,7 @@ .hills = 10, .rivers = true, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/cave/basalt.zig.zon b/assets/cubyz/biomes/cave/basalt.zig.zon index 5a194ea0e7..907da9e398 100644 --- a/assets/cubyz/biomes/cave/basalt.zig.zon +++ b/assets/cubyz/biomes/cave/basalt.zig.zon @@ -5,6 +5,8 @@ .chance = 0.2, .fogDensity = 8, + .music = "cubyz:totaldemented/scoria", + .stoneBlock = "cubyz:basalt/base", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/crystal.zig.zon b/assets/cubyz/biomes/cave/crystal.zig.zon index 8e377f1c5a..d7ef16156b 100644 --- a/assets/cubyz/biomes/cave/crystal.zig.zon +++ b/assets/cubyz/biomes/cave/crystal.zig.zon @@ -6,7 +6,7 @@ .chance = 0.2, .crystals = 32, - .music = "cubyz:la_kubisa_caverna", + .music = "cubyz:ikabod/chimes", .stoneBlock = "cubyz:slate/base", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/crystal_forest.zig.zon b/assets/cubyz/biomes/cave/crystal_forest.zig.zon index 9907561b4f..f7d3fee8c1 100644 --- a/assets/cubyz/biomes/cave/crystal_forest.zig.zon +++ b/assets/cubyz/biomes/cave/crystal_forest.zig.zon @@ -9,7 +9,7 @@ .crystals = 32, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/midnight_melody", .stoneBlock = "cubyz:slate/base", .ground_structure = .{ diff --git a/assets/cubyz/biomes/cave/curl_forest.zig.zon b/assets/cubyz/biomes/cave/curl_forest.zig.zon index 0be60ef7a0..97ba438420 100644 --- a/assets/cubyz/biomes/cave/curl_forest.zig.zon +++ b/assets/cubyz/biomes/cave/curl_forest.zig.zon @@ -7,7 +7,7 @@ .chance = 0.01, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:ikabod/live", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/dropoff.zig.zon b/assets/cubyz/biomes/cave/dropoff.zig.zon index 55a3b755c8..3a1eb1486b 100644 --- a/assets/cubyz/biomes/cave/dropoff.zig.zon +++ b/assets/cubyz/biomes/cave/dropoff.zig.zon @@ -8,7 +8,7 @@ .fogColor = 0x272334, .chance = 100, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:totaldemented/scoria", .structures = .{}, .caveModels = .{ diff --git a/assets/cubyz/biomes/cave/ice_cave.zig.zon b/assets/cubyz/biomes/cave/ice_cave.zig.zon index d172266d41..22ee4b1c12 100644 --- a/assets/cubyz/biomes/cave/ice_cave.zig.zon +++ b/assets/cubyz/biomes/cave/ice_cave.zig.zon @@ -6,6 +6,7 @@ .chance = 0.2, .fogDensity = 20, .fogColor = 0xbabfbf, + .music = "cubyz:sebastiansoundz/the_deepest_ascent", .stoneBlock = "cubyz:glacite/base", .ground_structure = .{ "cubyz:ice", diff --git a/assets/cubyz/biomes/cave/lava_cave.zig.zon b/assets/cubyz/biomes/cave/lava_cave.zig.zon index b09b61add3..e5b30c2646 100644 --- a/assets/cubyz/biomes/cave/lava_cave.zig.zon +++ b/assets/cubyz/biomes/cave/lava_cave.zig.zon @@ -5,6 +5,7 @@ .fogDensity = 20, .chance = 0.1, .fogColor = 0x51240c, + .music = "cubyz:totaldemented/scoria", .stoneBlock = "cubyz:obsidian", .stripes = .{ .{ diff --git a/assets/cubyz/biomes/cave/marble_cave.zig.zon b/assets/cubyz/biomes/cave/marble_cave.zig.zon index 4434c5fc01..50f27f8872 100644 --- a/assets/cubyz/biomes/cave/marble_cave.zig.zon +++ b/assets/cubyz/biomes/cave/marble_cave.zig.zon @@ -7,6 +7,8 @@ .fogDensity = 10, + .music = "cubyz:totaldemented/vitreous", + .stoneBlock = "cubyz:marble/base", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/mushroom/_defaults.zig.zon b/assets/cubyz/biomes/cave/mushroom/_defaults.zig.zon index e9226357b6..e5e4e3f0a6 100644 --- a/assets/cubyz/biomes/cave/mushroom/_defaults.zig.zon +++ b/assets/cubyz/biomes/cave/mushroom/_defaults.zig.zon @@ -2,7 +2,7 @@ .isCave = true, .tags = .{.cave_layer}, .fogDensity = 2, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:totaldemented/vitreous", .structures = .{ .{ .id = "cubyz:ground_patch", diff --git a/assets/cubyz/biomes/cave/mushroom/big/_defaults.zig.zon b/assets/cubyz/biomes/cave/mushroom/big/_defaults.zig.zon index 15d41b1c03..84523517a9 100644 --- a/assets/cubyz/biomes/cave/mushroom/big/_defaults.zig.zon +++ b/assets/cubyz/biomes/cave/mushroom/big/_defaults.zig.zon @@ -2,7 +2,7 @@ .isCave = true, .tags = .{.cave_layer}, .maxHeight = -512, - .music = "cubyz:la_kubisa_caverna", + .music = "cubyz:totaldemented/mycelia", .ground_structure = .{ "2 to 3 cubyz:soil", }, diff --git a/assets/cubyz/biomes/cave/rare/crying_cave.zig.zon b/assets/cubyz/biomes/cave/rare/crying_cave.zig.zon index 37b613c9eb..17b1afa143 100644 --- a/assets/cubyz/biomes/cave/rare/crying_cave.zig.zon +++ b/assets/cubyz/biomes/cave/rare/crying_cave.zig.zon @@ -6,7 +6,7 @@ .chance = 0.01, .maxHeight = -1000, .minHeight = -7500, - .music = "cubyz:cubyz", + .music = "cubyz:ikabod/live", .stoneBlock = "cubyz:slate/base", .ground_structure = .{ diff --git a/assets/cubyz/biomes/cave/rare/phantasmal.zig.zon b/assets/cubyz/biomes/cave/rare/phantasmal.zig.zon index e622093589..9edb08cabf 100644 --- a/assets/cubyz/biomes/cave/rare/phantasmal.zig.zon +++ b/assets/cubyz/biomes/cave/rare/phantasmal.zig.zon @@ -5,7 +5,7 @@ .fogColor = 0x000C14, .chance = 0.01, .maxHeight = -5000, - .music = "cubyz:cubyz", + .music = "cubyz:ikabod/xeric", .stoneBlock = "cubyz:chalk/black", .ground_structure = .{ diff --git a/assets/cubyz/biomes/cave/sky.zig.zon b/assets/cubyz/biomes/cave/sky.zig.zon index 1117f2608f..8add9644c7 100644 --- a/assets/cubyz/biomes/cave/sky.zig.zon +++ b/assets/cubyz/biomes/cave/sky.zig.zon @@ -2,7 +2,7 @@ .isCave = true, .tags = .{.sky_layer}, .caveNoiseStrength = 10, - .music = "cubyz:GymnopedieNo1", + .music = "cubyz:totaldemented/filled_with_love", .ground_structure = .{}, .caveModels = .{ diff --git a/assets/cubyz/biomes/cave/sky_islands/_defaults.zig.zon b/assets/cubyz/biomes/cave/sky_islands/_defaults.zig.zon index b16b7f3cb6..6c82439799 100644 --- a/assets/cubyz/biomes/cave/sky_islands/_defaults.zig.zon +++ b/assets/cubyz/biomes/cave/sky_islands/_defaults.zig.zon @@ -6,7 +6,7 @@ .fogLower = 1e10, .fogHigher = 1e10, - .music = "cubyz:GymnopedieNo1", + .music = "cubyz:mischol/sunshower", .stoneBlock = "cubyz:nimbusite/base", .ground_structure = .{ "cubyz:grass/sky", diff --git a/assets/cubyz/biomes/cave/slate/_defaults.zig.zon b/assets/cubyz/biomes/cave/slate/_defaults.zig.zon index 4747294e0b..28376f952d 100644 --- a/assets/cubyz/biomes/cave/slate/_defaults.zig.zon +++ b/assets/cubyz/biomes/cave/slate/_defaults.zig.zon @@ -3,7 +3,7 @@ .tags = .{.cave_layer}, .fogDensity = 2, .caveNoiseStrength = 10, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:totaldemented/vitreous", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon b/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon index eb4e5f779a..131e9c2663 100644 --- a/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon +++ b/assets/cubyz/biomes/cave/stalagmite_cave.zig.zon @@ -8,7 +8,7 @@ .fogDensity = 10, .fogColor = 0x57575e, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:totaldemented/vitreous", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/starlit.zig.zon b/assets/cubyz/biomes/cave/starlit.zig.zon index 7d5f5ce5fe..43b790b199 100644 --- a/assets/cubyz/biomes/cave/starlit.zig.zon +++ b/assets/cubyz/biomes/cave/starlit.zig.zon @@ -2,7 +2,7 @@ .isCave = true, .tags = .{.cave_layer}, .maxHeight = -10000, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:ikabod/xeric", .chance = 0.1, .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/stone_forest.zig.zon b/assets/cubyz/biomes/cave/stone_forest.zig.zon index 519223c1ab..74924e24f7 100644 --- a/assets/cubyz/biomes/cave/stone_forest.zig.zon +++ b/assets/cubyz/biomes/cave/stone_forest.zig.zon @@ -4,7 +4,7 @@ .chance = 0.01, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:ikabod/live", .ground_structure = .{ "0 to 1 cubyz:gravel", diff --git a/assets/cubyz/biomes/cave/void/rare/phantasmal/_defaults.zig.zon b/assets/cubyz/biomes/cave/void/rare/phantasmal/_defaults.zig.zon index 8cbd67daae..890871ca0b 100644 --- a/assets/cubyz/biomes/cave/void/rare/phantasmal/_defaults.zig.zon +++ b/assets/cubyz/biomes/cave/void/rare/phantasmal/_defaults.zig.zon @@ -3,7 +3,7 @@ .tags = .{.root_layer}, .fogDensity = 10, .fogColor = 0x272334, - .music = "cubyz:cubyz", + .music = "cubyz:ikabod/xeric", .stoneBlock = "cubyz:chalk/black", .chance = 0.01, .ground_structure = .{ diff --git a/assets/cubyz/biomes/cave/void/void.zig.zon b/assets/cubyz/biomes/cave/void/void.zig.zon index 5eac8a2960..be73055b43 100644 --- a/assets/cubyz/biomes/cave/void/void.zig.zon +++ b/assets/cubyz/biomes/cave/void/void.zig.zon @@ -4,7 +4,7 @@ .fogDensity = 10, .fogColor = 0x272334, .chance = 1, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:totaldemented/sense_of_wonder", .structures = .{}, .caveModels = .{ diff --git a/assets/cubyz/biomes/cave/void/void_cavern.zig.zon b/assets/cubyz/biomes/cave/void/void_cavern.zig.zon index ace68eb380..676ed9c4f5 100644 --- a/assets/cubyz/biomes/cave/void/void_cavern.zig.zon +++ b/assets/cubyz/biomes/cave/void/void_cavern.zig.zon @@ -5,7 +5,7 @@ .fogDensity = 10, .fogColor = 0x272334, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:ikabod/xeric", .stoneBlock = "cubyz:voidstone/base", .caveModels = .{ diff --git a/assets/cubyz/biomes/cave/void/void_crystal.zig.zon b/assets/cubyz/biomes/cave/void/void_crystal.zig.zon index 20e6a3a865..23e406d17a 100644 --- a/assets/cubyz/biomes/cave/void/void_crystal.zig.zon +++ b/assets/cubyz/biomes/cave/void/void_crystal.zig.zon @@ -7,7 +7,7 @@ .caveRadiusFactor = -1, .crystals = 32, - .music = "cubyz:la_kubisa_caverna", + .music = "cubyz:sebastiansoundz/the_deepest_ascent", .stoneBlock = "cubyz:slate/base", .structures = .{ .{ diff --git a/assets/cubyz/biomes/cave/void/void_roots.zig.zon b/assets/cubyz/biomes/cave/void/void_roots.zig.zon index 7ce6c88da4..f4c78d8502 100644 --- a/assets/cubyz/biomes/cave/void/void_roots.zig.zon +++ b/assets/cubyz/biomes/cave/void/void_roots.zig.zon @@ -6,7 +6,7 @@ .chance = 1, .caveRadiusFactor = -1, - .music = "cubyz:heart-of-the-beast", + .music = "cubyz:totaldemented/sense_of_wonder", .structures = .{ .{ diff --git a/assets/cubyz/biomes/desert/base.zig.zon b/assets/cubyz/biomes/desert/base.zig.zon index 270956e936..e1e29fb8a2 100644 --- a/assets/cubyz/biomes/desert/base.zig.zon +++ b/assets/cubyz/biomes/desert/base.zig.zon @@ -16,7 +16,9 @@ .maxRadius = 640, .hills = 20, .validPlayerSpawn = false, - .music = "cubyz:EasternThought", + + .music = "cubyz:totaldemented/hypoxia", + .ground_structure = .{ "3 to 4 cubyz:sand", }, diff --git a/assets/cubyz/biomes/desert/hoodoos/_defaults.zig.zon b/assets/cubyz/biomes/desert/hoodoos/_defaults.zig.zon index e69141d95f..7bf0c0fc36 100644 --- a/assets/cubyz/biomes/desert/hoodoos/_defaults.zig.zon +++ b/assets/cubyz/biomes/desert/hoodoos/_defaults.zig.zon @@ -4,6 +4,9 @@ .dry, .barren, }, + + .music = "cubyz:totaldemented/hypoxia", + .fogDensity = 1.5, .fogColor = 0xe9f2e2, .stripes = .{ diff --git a/assets/cubyz/biomes/desert/hoodoos/base.zig.zon b/assets/cubyz/biomes/desert/hoodoos/base.zig.zon index ea9398684f..51b93ab4a5 100644 --- a/assets/cubyz/biomes/desert/hoodoos/base.zig.zon +++ b/assets/cubyz/biomes/desert/hoodoos/base.zig.zon @@ -11,7 +11,6 @@ .maxRadius = 240, .hills = 15, .validPlayerSpawn = false, - .music = "cubyz:EasternThought", .structures = .{ .{ .id = "cubyz:sbb", diff --git a/assets/cubyz/biomes/desert/oasis/_defaults.zig.zon b/assets/cubyz/biomes/desert/oasis/_defaults.zig.zon index e4ce1d84d2..14a47c4086 100644 --- a/assets/cubyz/biomes/desert/oasis/_defaults.zig.zon +++ b/assets/cubyz/biomes/desert/oasis/_defaults.zig.zon @@ -2,7 +2,7 @@ .properties = .{ .hot, }, - .music = "cubyz:EasternThought", + .music = "cubyz:totaldemented/cubyz", .chance = 0, .fogDensity = 1.5, .fogColor = 0xe9f2e2, diff --git a/assets/cubyz/biomes/ferrock_mountains.zig.zon b/assets/cubyz/biomes/ferrock_mountains.zig.zon index dd48a244b9..08957e1196 100644 --- a/assets/cubyz/biomes/ferrock_mountains.zig.zon +++ b/assets/cubyz/biomes/ferrock_mountains.zig.zon @@ -8,6 +8,9 @@ .tags = .{ .cactus, }, + + .music = "cubyz:totaldemented/hypoxia", + .minHeightLimit = 7, .minHeight = 80, .maxHeight = 256, diff --git a/assets/cubyz/biomes/forest/birch.zig.zon b/assets/cubyz/biomes/forest/birch.zig.zon index fcb6847a38..4de0d0e269 100644 --- a/assets/cubyz/biomes/forest/birch.zig.zon +++ b/assets/cubyz/biomes/forest/birch.zig.zon @@ -13,7 +13,7 @@ .roughness = 10, .hills = 12, .chance = 0.66, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/bluebell_woods.zig.zon b/assets/cubyz/biomes/forest/bluebell_woods.zig.zon index 3752a27ec2..d08ea539b1 100644 --- a/assets/cubyz/biomes/forest/bluebell_woods.zig.zon +++ b/assets/cubyz/biomes/forest/bluebell_woods.zig.zon @@ -14,7 +14,7 @@ .roughness = 5, .hills = 2, .chance = 0.3, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/chopped.zig.zon b/assets/cubyz/biomes/forest/chopped.zig.zon index 5060078c94..70e6bfae8b 100644 --- a/assets/cubyz/biomes/forest/chopped.zig.zon +++ b/assets/cubyz/biomes/forest/chopped.zig.zon @@ -11,7 +11,7 @@ .roughness = 10, .hills = 10, .chance = 0, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/lush/_defaults.zig.zon b/assets/cubyz/biomes/forest/lush/_defaults.zig.zon index 001d2a2e60..a353266473 100644 --- a/assets/cubyz/biomes/forest/lush/_defaults.zig.zon +++ b/assets/cubyz/biomes/forest/lush/_defaults.zig.zon @@ -15,7 +15,7 @@ .maxRadius = 320, .roughness = 10, .hills = 12, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .structures = .{ .{ diff --git a/assets/cubyz/biomes/forest/mixed/oak_birch.zig.zon b/assets/cubyz/biomes/forest/mixed/oak_birch.zig.zon index 8ed29237fd..25b6f8187f 100644 --- a/assets/cubyz/biomes/forest/mixed/oak_birch.zig.zon +++ b/assets/cubyz/biomes/forest/mixed/oak_birch.zig.zon @@ -13,7 +13,7 @@ .maxRadius = 320, .roughness = 10, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/mixed/oak_birch_clearing.zig.zon b/assets/cubyz/biomes/forest/mixed/oak_birch_clearing.zig.zon index 5945537807..fb993c4f4e 100644 --- a/assets/cubyz/biomes/forest/mixed/oak_birch_clearing.zig.zon +++ b/assets/cubyz/biomes/forest/mixed/oak_birch_clearing.zig.zon @@ -10,7 +10,7 @@ }, .minRadius = 20, .maxRadius = 32, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/mixed/oak_pine.zig.zon b/assets/cubyz/biomes/forest/mixed/oak_pine.zig.zon index 15bbea3add..034b0a9e4f 100644 --- a/assets/cubyz/biomes/forest/mixed/oak_pine.zig.zon +++ b/assets/cubyz/biomes/forest/mixed/oak_pine.zig.zon @@ -13,7 +13,7 @@ .maxRadius = 320, .roughness = 10, .hills = 12, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/mixed/oak_pine_clearing.zig.zon b/assets/cubyz/biomes/forest/mixed/oak_pine_clearing.zig.zon index 2994d6e983..51cc8f2694 100644 --- a/assets/cubyz/biomes/forest/mixed/oak_pine_clearing.zig.zon +++ b/assets/cubyz/biomes/forest/mixed/oak_pine_clearing.zig.zon @@ -10,7 +10,7 @@ }, .minRadius = 20, .maxRadius = 32, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/forest/palm/_defaults.zig.zon b/assets/cubyz/biomes/forest/palm/_defaults.zig.zon index a9961be31c..0cae2c5c84 100644 --- a/assets/cubyz/biomes/forest/palm/_defaults.zig.zon +++ b/assets/cubyz/biomes/forest/palm/_defaults.zig.zon @@ -15,7 +15,7 @@ .maxRadius = 320, .roughness = 5, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .stoneBlock = "cubyz:limestone/base", .structures = .{ diff --git a/assets/cubyz/biomes/forest/thin_birch.zig.zon b/assets/cubyz/biomes/forest/thin_birch.zig.zon index c29787b64d..ceaaa90ac7 100644 --- a/assets/cubyz/biomes/forest/thin_birch.zig.zon +++ b/assets/cubyz/biomes/forest/thin_birch.zig.zon @@ -12,7 +12,7 @@ .roughness = 2, .hills = 2, .chance = 0.33, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/glacier.zig.zon b/assets/cubyz/biomes/glacier.zig.zon index f1fe13c5ec..7c07375599 100644 --- a/assets/cubyz/biomes/glacier.zig.zon +++ b/assets/cubyz/biomes/glacier.zig.zon @@ -5,6 +5,9 @@ .barren, }, .tags = .{.snowy}, + + .music = "cubyz:totaldemented/frigid_feeling", + .minHeightLimit = 7, .minHeight = 80, .maxHeight = 256, diff --git a/assets/cubyz/biomes/grassland.zig.zon b/assets/cubyz/biomes/grassland.zig.zon index 0293786b6b..705b4a92be 100644 --- a/assets/cubyz/biomes/grassland.zig.zon +++ b/assets/cubyz/biomes/grassland.zig.zon @@ -13,7 +13,7 @@ .roughness = 1, .hills = 5, .chance = 2, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/hills/_defaults.zig.zon b/assets/cubyz/biomes/hills/_defaults.zig.zon index c180af9aec..82b870eb6f 100644 --- a/assets/cubyz/biomes/hills/_defaults.zig.zon +++ b/assets/cubyz/biomes/hills/_defaults.zig.zon @@ -9,7 +9,7 @@ .roughness = 1, .hills = 20, .chance = 0.6, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .structures = .{ .{ diff --git a/assets/cubyz/biomes/hills/huge/_defaults.zig.zon b/assets/cubyz/biomes/hills/huge/_defaults.zig.zon index efc4457a21..c85ec02ef7 100644 --- a/assets/cubyz/biomes/hills/huge/_defaults.zig.zon +++ b/assets/cubyz/biomes/hills/huge/_defaults.zig.zon @@ -11,7 +11,7 @@ .mountains = 40, .soilCreep = 1.5, .chance = 0.2, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .structures = .{ .{ diff --git a/assets/cubyz/biomes/hills/large/_defaults.zig.zon b/assets/cubyz/biomes/hills/large/_defaults.zig.zon index 62877f7909..f84e172d77 100644 --- a/assets/cubyz/biomes/hills/large/_defaults.zig.zon +++ b/assets/cubyz/biomes/hills/large/_defaults.zig.zon @@ -11,7 +11,7 @@ .mountains = 10, .soilCreep = 1.5, .chance = 0.4, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .structures = .{ .{ diff --git a/assets/cubyz/biomes/jungle/_defaults.zig.zon b/assets/cubyz/biomes/jungle/_defaults.zig.zon index 15ac8f36ff..150675618b 100644 --- a/assets/cubyz/biomes/jungle/_defaults.zig.zon +++ b/assets/cubyz/biomes/jungle/_defaults.zig.zon @@ -3,7 +3,7 @@ .fogColor = 0xb0e9d2, .validPlayerSpawn = true, .smoothBeaches = true, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .roughness = 2, .properties = .{ .wet, diff --git a/assets/cubyz/biomes/ocean/cold/base.zig.zon b/assets/cubyz/biomes/ocean/cold/base.zig.zon index 476a73ee98..588e595aa5 100644 --- a/assets/cubyz/biomes/ocean/cold/base.zig.zon +++ b/assets/cubyz/biomes/ocean/cold/base.zig.zon @@ -14,7 +14,7 @@ .roughness = 20, .hills = 10, - .music = "cubyz:under_the_water_sky", + .music = "cubyz:sinanimea/under_the_water_sky", .ground_structure = .{ "1 to 2 cubyz:slate/cobble", diff --git a/assets/cubyz/biomes/ocean/cold/island/_defaults.zig.zon b/assets/cubyz/biomes/ocean/cold/island/_defaults.zig.zon index fd088558b8..6a46e9cec2 100644 --- a/assets/cubyz/biomes/ocean/cold/island/_defaults.zig.zon +++ b/assets/cubyz/biomes/ocean/cold/island/_defaults.zig.zon @@ -4,5 +4,5 @@ .ocean, .cold, }, - .music = "cubyz:Sincerely", + .music = "cubyz:totaldemented/tides", } diff --git a/assets/cubyz/biomes/ocean/cold/shelf.zig.zon b/assets/cubyz/biomes/ocean/cold/shelf.zig.zon index a3c2ece5ce..de3f0eba01 100644 --- a/assets/cubyz/biomes/ocean/cold/shelf.zig.zon +++ b/assets/cubyz/biomes/ocean/cold/shelf.zig.zon @@ -11,7 +11,7 @@ .hills = 10, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .ground_structure = .{ "2 to 4 cubyz:gravel", diff --git a/assets/cubyz/biomes/ocean/temperate/base.zig.zon b/assets/cubyz/biomes/ocean/temperate/base.zig.zon index 3823820697..d5945aa347 100644 --- a/assets/cubyz/biomes/ocean/temperate/base.zig.zon +++ b/assets/cubyz/biomes/ocean/temperate/base.zig.zon @@ -13,7 +13,7 @@ .rivers = true, - .music = "cubyz:under_the_water_sky", + .music = "cubyz:sinanimea/under_the_water_sky", .ground_structure = .{ "2 to 3 cubyz:gravel", diff --git a/assets/cubyz/biomes/ocean/temperate/island/_defaults.zig.zon b/assets/cubyz/biomes/ocean/temperate/island/_defaults.zig.zon index ec22a8451c..31c4d2c84f 100644 --- a/assets/cubyz/biomes/ocean/temperate/island/_defaults.zig.zon +++ b/assets/cubyz/biomes/ocean/temperate/island/_defaults.zig.zon @@ -3,5 +3,5 @@ .properties = .{ .ocean, }, - .music = "cubyz:Sincerely", + .music = "cubyz:totaldemented/tides", } diff --git a/assets/cubyz/biomes/ocean/temperate/shelf.zig.zon b/assets/cubyz/biomes/ocean/temperate/shelf.zig.zon index b44f19a8a2..11d53080c2 100644 --- a/assets/cubyz/biomes/ocean/temperate/shelf.zig.zon +++ b/assets/cubyz/biomes/ocean/temperate/shelf.zig.zon @@ -11,7 +11,7 @@ .hills = 10, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .ground_structure = .{ "2 to 4 cubyz:sand", diff --git a/assets/cubyz/biomes/ocean/warm/base.zig.zon b/assets/cubyz/biomes/ocean/warm/base.zig.zon index 4dd360b876..0549738e39 100644 --- a/assets/cubyz/biomes/ocean/warm/base.zig.zon +++ b/assets/cubyz/biomes/ocean/warm/base.zig.zon @@ -12,7 +12,7 @@ .roughness = 10, .hills = 20, - .music = "cubyz:tides", + .music = "cubyz:totaldemented/tides", .ground_structure = .{ "2 to 4 cubyz:sand", diff --git a/assets/cubyz/biomes/ocean/warm/island/_defaults.zig.zon b/assets/cubyz/biomes/ocean/warm/island/_defaults.zig.zon index 0a4879d8e2..7baa633c0e 100644 --- a/assets/cubyz/biomes/ocean/warm/island/_defaults.zig.zon +++ b/assets/cubyz/biomes/ocean/warm/island/_defaults.zig.zon @@ -4,7 +4,7 @@ .ocean, .hot, }, - .music = "cubyz:Sincerely", + .music = "cubyz:totaldemented/tides", .stoneBlock = "cubyz:sandstone/base", .structures = .{ .{ diff --git a/assets/cubyz/biomes/peak.zig.zon b/assets/cubyz/biomes/peak.zig.zon index 97dc3c607f..2ba3bc06d9 100644 --- a/assets/cubyz/biomes/peak.zig.zon +++ b/assets/cubyz/biomes/peak.zig.zon @@ -14,7 +14,7 @@ .fogColor = 0xe2f2ff, .mountains = 125, - .music = "cubyz:DarkTimes", + .music = "cubyz:totaldemented/frigid_feeling", .soilCreep = 1.0, diff --git a/assets/cubyz/biomes/plateau/_defaults.zig.zon b/assets/cubyz/biomes/plateau/_defaults.zig.zon index eec1593b6c..7175faab5d 100644 --- a/assets/cubyz/biomes/plateau/_defaults.zig.zon +++ b/assets/cubyz/biomes/plateau/_defaults.zig.zon @@ -14,7 +14,7 @@ .hills = 2, .chance = 0, .soilCreep = 1, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .structures = .{ .{ .id = "cubyz:boulder", diff --git a/assets/cubyz/biomes/plateau/stacked/_defaults.zig.zon b/assets/cubyz/biomes/plateau/stacked/_defaults.zig.zon index 0daf278051..44aeea2cd5 100644 --- a/assets/cubyz/biomes/plateau/stacked/_defaults.zig.zon +++ b/assets/cubyz/biomes/plateau/stacked/_defaults.zig.zon @@ -12,7 +12,7 @@ .hills = 8, .chance = 0, .soilCreep = 1, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .structures = .{ .{ diff --git a/assets/cubyz/biomes/prairie/_defaults.zig.zon b/assets/cubyz/biomes/prairie/_defaults.zig.zon index 9aa0d33751..0fd3df3144 100644 --- a/assets/cubyz/biomes/prairie/_defaults.zig.zon +++ b/assets/cubyz/biomes/prairie/_defaults.zig.zon @@ -10,7 +10,7 @@ .smoothBeaches = true, .roughness = 1, .hills = 6, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .ground_structure = .{ "1 cubyz:dry_grass", diff --git a/assets/cubyz/biomes/rare/crimson_wasteland/_defaults.zig.zon b/assets/cubyz/biomes/rare/crimson_wasteland/_defaults.zig.zon index 7ace75e077..a87c49551f 100644 --- a/assets/cubyz/biomes/rare/crimson_wasteland/_defaults.zig.zon +++ b/assets/cubyz/biomes/rare/crimson_wasteland/_defaults.zig.zon @@ -2,5 +2,5 @@ .fogDensity = 5.0, .fogColor = 0xd4b2b2, .skyColor = 0xd48e92, - .music = "cubyz:in_the_depths", + .music = "cubyz:ikabod/live", } diff --git a/assets/cubyz/biomes/rare/glass_forest.zig.zon b/assets/cubyz/biomes/rare/glass_forest.zig.zon index c8bdd3ac35..15e01ae4c4 100644 --- a/assets/cubyz/biomes/rare/glass_forest.zig.zon +++ b/assets/cubyz/biomes/rare/glass_forest.zig.zon @@ -10,7 +10,7 @@ .roughness = 10, .hills = 10, - .music = "cubyz:mana-two-part-2", + .music = "cubyz:totaldemented/adventurous", .validPlayerSpawn = false, diff --git a/assets/cubyz/biomes/rare/modern_art.zig.zon b/assets/cubyz/biomes/rare/modern_art.zig.zon index 2ed96e8ac7..58c8cf12b9 100644 --- a/assets/cubyz/biomes/rare/modern_art.zig.zon +++ b/assets/cubyz/biomes/rare/modern_art.zig.zon @@ -10,7 +10,7 @@ .roughness = 10, .hills = 10, - .music = "cubyz:mana-two-part-2", + .music = "cubyz:totaldemented/adventurous", .validPlayerSpawn = false, diff --git a/assets/cubyz/biomes/rare/phantasmal_archipelago.zig.zon b/assets/cubyz/biomes/rare/phantasmal_archipelago.zig.zon index 6b947c12bd..1a8e70776e 100644 --- a/assets/cubyz/biomes/rare/phantasmal_archipelago.zig.zon +++ b/assets/cubyz/biomes/rare/phantasmal_archipelago.zig.zon @@ -6,7 +6,7 @@ .minHeight = -128, .maxHeight = -64, .maxHeightLimit = -48, - .music = "cubyz:cubyz", + .music = "cubyz:totaldemented/tides", .hills = 35, .roughness = 55, .stoneBlock = "cubyz:chalk/black", diff --git a/assets/cubyz/biomes/rare/rainbow_forest.zig.zon b/assets/cubyz/biomes/rare/rainbow_forest.zig.zon index 4e110d5d9b..f435a43e63 100644 --- a/assets/cubyz/biomes/rare/rainbow_forest.zig.zon +++ b/assets/cubyz/biomes/rare/rainbow_forest.zig.zon @@ -13,7 +13,7 @@ .chance = 0.01, - .music = "cubyz:leaves", + .music = "cubyz:zeahtrix/foggy_memories", .validPlayerSpawn = true, diff --git a/assets/cubyz/biomes/rare/spawn.zig.zon b/assets/cubyz/biomes/rare/spawn.zig.zon index 7d3714c5d6..f52e36577f 100644 --- a/assets/cubyz/biomes/rare/spawn.zig.zon +++ b/assets/cubyz/biomes/rare/spawn.zig.zon @@ -10,7 +10,7 @@ .maxRadius = 320, .roughness = 10, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/rare/tuften/fields.zig.zon b/assets/cubyz/biomes/rare/tuften/fields.zig.zon index 3fb8fc631a..82ac93a51c 100644 --- a/assets/cubyz/biomes/rare/tuften/fields.zig.zon +++ b/assets/cubyz/biomes/rare/tuften/fields.zig.zon @@ -10,7 +10,7 @@ .roughness = 1, .hills = 15, .chance = 0.01, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/rare/winter_wonderland/_defaults.zig.zon b/assets/cubyz/biomes/rare/winter_wonderland/_defaults.zig.zon index f45d2cd885..f946287408 100644 --- a/assets/cubyz/biomes/rare/winter_wonderland/_defaults.zig.zon +++ b/assets/cubyz/biomes/rare/winter_wonderland/_defaults.zig.zon @@ -3,6 +3,9 @@ .cold, .wet, }, + + .music = "cubyz:totaldemented/frigid_feeling", + .roughness = 0, .minHeightLimit = 7, .minHeight = 22, diff --git a/assets/cubyz/biomes/rocky_grassland.zig.zon b/assets/cubyz/biomes/rocky_grassland.zig.zon index ed1f489515..e5d23960c8 100644 --- a/assets/cubyz/biomes/rocky_grassland.zig.zon +++ b/assets/cubyz/biomes/rocky_grassland.zig.zon @@ -13,7 +13,7 @@ .maxRadius = 320, .mountains = 30, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .ground_structure = .{ "cubyz:grass", diff --git a/assets/cubyz/biomes/savannah/baobab_shrublands.zig.zon b/assets/cubyz/biomes/savannah/baobab_shrublands.zig.zon index e86eb05979..7240030506 100644 --- a/assets/cubyz/biomes/savannah/baobab_shrublands.zig.zon +++ b/assets/cubyz/biomes/savannah/baobab_shrublands.zig.zon @@ -19,7 +19,7 @@ .rivers = true, .chance = 0.5, - .music = "cubyz:EasternThought", + .music = "cubyz:totaldemented/cubyz", .stoneBlock = "cubyz:limestone/base", diff --git a/assets/cubyz/biomes/savannah/base.zig.zon b/assets/cubyz/biomes/savannah/base.zig.zon index a70b0ef2e8..a4d9bdb34c 100644 --- a/assets/cubyz/biomes/savannah/base.zig.zon +++ b/assets/cubyz/biomes/savannah/base.zig.zon @@ -16,7 +16,7 @@ .maxRadius = 320, .hills = 6, .validPlayerSpawn = true, - .music = "cubyz:EasternThought", + .music = "cubyz:totaldemented/cubyz", .ground_structure = .{ "7 to 8 cubyz:limestone/base", }, diff --git a/assets/cubyz/biomes/savannah/grassy.zig.zon b/assets/cubyz/biomes/savannah/grassy.zig.zon index 7589a74f66..5800f84af6 100644 --- a/assets/cubyz/biomes/savannah/grassy.zig.zon +++ b/assets/cubyz/biomes/savannah/grassy.zig.zon @@ -17,7 +17,7 @@ .maxRadius = 128, .hills = 10, .validPlayerSpawn = true, - .music = "cubyz:EasternThought", + .music = "cubyz:totaldemented/cubyz", .ground_structure = .{ "cubyz:dry_grass", "7 to 8 cubyz:limestone/base", diff --git a/assets/cubyz/biomes/snowcapped_hill/_defaults.zig.zon b/assets/cubyz/biomes/snowcapped_hill/_defaults.zig.zon index cbb26ae728..a39b55eccd 100644 --- a/assets/cubyz/biomes/snowcapped_hill/_defaults.zig.zon +++ b/assets/cubyz/biomes/snowcapped_hill/_defaults.zig.zon @@ -3,4 +3,6 @@ .fogColor = 0xe2f2ff, .soilCreep = 1.0, .tags = .{.snowy}, + + .music = "cubyz:totaldemented/frigid_feeling", } diff --git a/assets/cubyz/biomes/swamp/base.zig.zon b/assets/cubyz/biomes/swamp/base.zig.zon index 8188e42aa1..9d0e209e8d 100644 --- a/assets/cubyz/biomes/swamp/base.zig.zon +++ b/assets/cubyz/biomes/swamp/base.zig.zon @@ -16,7 +16,7 @@ .roughness = 3, .hills = 1, .chance = 1.0, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "4 to 5 cubyz:mud", diff --git a/assets/cubyz/biomes/swamp/clearing.zig.zon b/assets/cubyz/biomes/swamp/clearing.zig.zon index bc6bffd1c1..062edb9624 100644 --- a/assets/cubyz/biomes/swamp/clearing.zig.zon +++ b/assets/cubyz/biomes/swamp/clearing.zig.zon @@ -11,7 +11,7 @@ .roughness = 3, .hills = 1, .chance = 0, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, .ground_structure = .{ "cubyz:lush_grass", diff --git a/assets/cubyz/biomes/swamp/pond.zig.zon b/assets/cubyz/biomes/swamp/pond.zig.zon index 521a6fdc30..8d8bdc0208 100644 --- a/assets/cubyz/biomes/swamp/pond.zig.zon +++ b/assets/cubyz/biomes/swamp/pond.zig.zon @@ -10,7 +10,7 @@ .chance = 0, .roughness = 4, .hills = 3, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .ground_structure = .{ "4 to 5 cubyz:mud", }, diff --git a/assets/cubyz/biomes/tall_mountain/base.zig.zon b/assets/cubyz/biomes/tall_mountain/base.zig.zon index 15c3120157..e119bb97d8 100644 --- a/assets/cubyz/biomes/tall_mountain/base.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/base.zig.zon @@ -9,7 +9,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/peak.zig.zon b/assets/cubyz/biomes/tall_mountain/peak.zig.zon index f789d9212b..6f8f7daa52 100644 --- a/assets/cubyz/biomes/tall_mountain/peak.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/peak.zig.zon @@ -11,7 +11,7 @@ .soilCreep = 1.5, - .music = "cubyz:out_of_breath", + .music = "cubyz:mischol/sunshower", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/slope1.zig.zon b/assets/cubyz/biomes/tall_mountain/slope1.zig.zon index 282fdf6646..63066f728f 100644 --- a/assets/cubyz/biomes/tall_mountain/slope1.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/slope1.zig.zon @@ -9,7 +9,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/slope2.zig.zon b/assets/cubyz/biomes/tall_mountain/slope2.zig.zon index 508eab96e6..bc5e194953 100644 --- a/assets/cubyz/biomes/tall_mountain/slope2.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/slope2.zig.zon @@ -10,7 +10,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/slope3.zig.zon b/assets/cubyz/biomes/tall_mountain/slope3.zig.zon index 049d647983..6fb2425426 100644 --- a/assets/cubyz/biomes/tall_mountain/slope3.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/slope3.zig.zon @@ -11,7 +11,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/slope4.zig.zon b/assets/cubyz/biomes/tall_mountain/slope4.zig.zon index e0d1e03f02..0c0e354707 100644 --- a/assets/cubyz/biomes/tall_mountain/slope4.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/slope4.zig.zon @@ -11,7 +11,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/slope5.zig.zon b/assets/cubyz/biomes/tall_mountain/slope5.zig.zon index 2553da8d5b..d38b711637 100644 --- a/assets/cubyz/biomes/tall_mountain/slope5.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/slope5.zig.zon @@ -10,7 +10,7 @@ .roughness = 5, .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/tall_mountain/slope6.zig.zon b/assets/cubyz/biomes/tall_mountain/slope6.zig.zon index 5a4a486d03..a658658387 100644 --- a/assets/cubyz/biomes/tall_mountain/slope6.zig.zon +++ b/assets/cubyz/biomes/tall_mountain/slope6.zig.zon @@ -10,7 +10,7 @@ .roughness = 5, .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/thicket.zig.zon b/assets/cubyz/biomes/thicket.zig.zon index 6dcc05c808..8f326ef939 100644 --- a/assets/cubyz/biomes/thicket.zig.zon +++ b/assets/cubyz/biomes/thicket.zig.zon @@ -14,7 +14,7 @@ .roughness = 10, .hills = 10, - .music = "cubyz:leaves", + .music = "cubyz:totaldemented/leaves", .validPlayerSpawn = true, diff --git a/assets/cubyz/biomes/tundra/patchy.zig.zon b/assets/cubyz/biomes/tundra/patchy.zig.zon index cdfa7e2dec..8a2353d547 100644 --- a/assets/cubyz/biomes/tundra/patchy.zig.zon +++ b/assets/cubyz/biomes/tundra/patchy.zig.zon @@ -12,7 +12,7 @@ .hills = 15, .roughness = 15, .mountains = 15, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .structures = .{ .{ .id = "cubyz:ground_patch", diff --git a/assets/cubyz/biomes/tundra/snowy/_defaults.zig.zon b/assets/cubyz/biomes/tundra/snowy/_defaults.zig.zon index 227e0dbcda..b421daecc2 100644 --- a/assets/cubyz/biomes/tundra/snowy/_defaults.zig.zon +++ b/assets/cubyz/biomes/tundra/snowy/_defaults.zig.zon @@ -4,6 +4,9 @@ .wet, .barren, }, + + .music = "cubyz:totaldemented/frigid_feeling", + .tags = .{.snowy}, .roughness = 1, .fogDensity = 1.5, diff --git a/assets/cubyz/biomes/volcano/base.zig.zon b/assets/cubyz/biomes/volcano/base.zig.zon index cffc147b42..61ec91cec7 100644 --- a/assets/cubyz/biomes/volcano/base.zig.zon +++ b/assets/cubyz/biomes/volcano/base.zig.zon @@ -9,7 +9,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/peak.zig.zon b/assets/cubyz/biomes/volcano/peak.zig.zon index 9033b5a34d..d836ef0e27 100644 --- a/assets/cubyz/biomes/volcano/peak.zig.zon +++ b/assets/cubyz/biomes/volcano/peak.zig.zon @@ -7,7 +7,7 @@ .interpolation = .smooth, .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/slope1.zig.zon b/assets/cubyz/biomes/volcano/slope1.zig.zon index 713ffcfe27..1d76e9c78f 100644 --- a/assets/cubyz/biomes/volcano/slope1.zig.zon +++ b/assets/cubyz/biomes/volcano/slope1.zig.zon @@ -9,7 +9,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/slope2.zig.zon b/assets/cubyz/biomes/volcano/slope2.zig.zon index 8a26532477..e97308c579 100644 --- a/assets/cubyz/biomes/volcano/slope2.zig.zon +++ b/assets/cubyz/biomes/volcano/slope2.zig.zon @@ -9,7 +9,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/slope3.zig.zon b/assets/cubyz/biomes/volcano/slope3.zig.zon index e20d6ef4d8..8c96b55dcc 100644 --- a/assets/cubyz/biomes/volcano/slope3.zig.zon +++ b/assets/cubyz/biomes/volcano/slope3.zig.zon @@ -10,7 +10,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/slope4.zig.zon b/assets/cubyz/biomes/volcano/slope4.zig.zon index ba3104a0ac..2a9128de9c 100644 --- a/assets/cubyz/biomes/volcano/slope4.zig.zon +++ b/assets/cubyz/biomes/volcano/slope4.zig.zon @@ -10,7 +10,7 @@ .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/slope5.zig.zon b/assets/cubyz/biomes/volcano/slope5.zig.zon index fa86d3d126..f7a7a2e8ee 100644 --- a/assets/cubyz/biomes/volcano/slope5.zig.zon +++ b/assets/cubyz/biomes/volcano/slope5.zig.zon @@ -9,7 +9,7 @@ .interpolation = .linear, .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/volcano/slope6.zig.zon b/assets/cubyz/biomes/volcano/slope6.zig.zon index c63f894076..55236baffb 100644 --- a/assets/cubyz/biomes/volcano/slope6.zig.zon +++ b/assets/cubyz/biomes/volcano/slope6.zig.zon @@ -9,7 +9,7 @@ .interpolation = .linear, .chance = 0, - .music = "cubyz:out_of_breath", + .music = "cubyz:mrmayman/out_of_breath", .parentBiomes = .{ .{ diff --git a/assets/cubyz/biomes/wetlands/base.zig.zon b/assets/cubyz/biomes/wetlands/base.zig.zon index 9887a7f37d..9aa545cd70 100644 --- a/assets/cubyz/biomes/wetlands/base.zig.zon +++ b/assets/cubyz/biomes/wetlands/base.zig.zon @@ -14,7 +14,7 @@ .hills = 7.5, .minRadius = 256, .maxRadius = 320, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .ground_structure = .{ "cubyz:lush_grass", "5 to 7 cubyz:mud", diff --git a/assets/cubyz/biomes/wetlands/willows.zig.zon b/assets/cubyz/biomes/wetlands/willows.zig.zon index da92a9561c..3a6fff3c4f 100644 --- a/assets/cubyz/biomes/wetlands/willows.zig.zon +++ b/assets/cubyz/biomes/wetlands/willows.zig.zon @@ -13,7 +13,7 @@ .hills = 3.5, .minRadius = 64, .maxRadius = 128, - .music = "cubyz:sunrise", + .music = "cubyz:sinanimea/sunrise", .ground_structure = .{ "6 to 8 cubyz:mud", }, diff --git a/build.zig.zon b/build.zig.zon index 2c4925db16..6ec7262494 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -43,8 +43,8 @@ .lazy = true, }, .cubyz_large_assets = .{ - .url = "https://github.com/PixelGuys/Cubyz-Assets/releases/download/0.3.2/assets.tar.gz", - .hash = "N-V-__8AANbteAm7IVB2b8O_9rZE_R--oY-CWzUXu9gAXzVD", + .url = "https://github.com/PixelGuys/Cubyz-Assets/releases/download/0.3.3/assets.tar.gz", + .hash = "N-V-__8AANFRTQm8QE4WdcA_BJzGFJRWE_nGq48_2zlcSDmr", }, .cubyz_test_runner = .{ .url = "https://github.com/PixelGuys/Cubyz-std-lib/archive/refs/tags/0.16.0+1.tar.gz",