From 1eb813ff5159ed5dde652c20f1edc81248b698f8 Mon Sep 17 00:00:00 2001 From: Garrett <46694517+Garrett96@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:56:04 -0600 Subject: [PATCH] Reduce Cacti spawn rates (#1163) This is my first contribution to Cubyz. There were too many cacti spawning in the desert. I adjusted the rates so they would appear more infrequently and make the desert look more natural. --- assets/cubyz/biomes/desert/base.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/cubyz/biomes/desert/base.zig.zon b/assets/cubyz/biomes/desert/base.zig.zon index 0cb76cb6..4cfa8004 100644 --- a/assets/cubyz/biomes/desert/base.zig.zon +++ b/assets/cubyz/biomes/desert/base.zig.zon @@ -19,7 +19,7 @@ .{ .id = "cubyz:simple_vegetation", .block = "cubyz:cactus", - .chance = 0.16, + .chance = 0.01, .height = 2, .height_variation = 3, },