From a7987e5bbc8b00f131c68185b6ef93a59a26cb90 Mon Sep 17 00:00:00 2001 From: ikabod-kee Date: Sun, 26 Jan 2025 11:27:58 -0500 Subject: [PATCH] Tundra Moved --- assets/cubyz/biomes/{tundra.zig.zon => tundra/base.zig.zon} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename assets/cubyz/biomes/{tundra.zig.zon => tundra/base.zig.zon} (73%) diff --git a/assets/cubyz/biomes/tundra.zig.zon b/assets/cubyz/biomes/tundra/base.zig.zon similarity index 73% rename from assets/cubyz/biomes/tundra.zig.zon rename to assets/cubyz/biomes/tundra/base.zig.zon index bd0360dd..f16bac23 100644 --- a/assets/cubyz/biomes/tundra.zig.zon +++ b/assets/cubyz/biomes/tundra/base.zig.zon @@ -5,13 +5,13 @@ }, .minHeight = 22, .maxHeight = 40, - + .minRadius = 128, + .maxRadius = 180, .roughness = 10, .hills = 15, .mountains = 20, - .ground_structure = .{ - "0 to 1 cubyz:grass", + "0 to 1 cubyz:dry_grass", "0 to 1 cubyz:gravel", }, }