From 07be80d4180f6ad2143addfc88d56b6263e920fb Mon Sep 17 00:00:00 2001 From: Carrie Date: Mon, 3 Feb 2025 14:16:15 -0700 Subject: [PATCH] Add leafElogation and flowers to the forest --- assets/cubyz/biomes/forest/base.zig.zon | 33 +++++++++++++++- assets/cubyz/biomes/forest/clearing.zig.zon | 43 +++++++++++++++++++++ 2 files changed, 75 insertions(+), 1 deletion(-) diff --git a/assets/cubyz/biomes/forest/base.zig.zon b/assets/cubyz/biomes/forest/base.zig.zon index 3087ce09d..2631b62fd 100644 --- a/assets/cubyz/biomes/forest/base.zig.zon +++ b/assets/cubyz/biomes/forest/base.zig.zon @@ -23,6 +23,8 @@ .type = .round, .height = 6, .height_variation = 3, + .leafElongation = 1.0, + .deltaLeafElongation = 0.2, }, .{ .id = "cubyz:simple_tree", @@ -33,8 +35,10 @@ .type = .round, .height = 10, .height_variation = 5, - .leafRadius = 3.5, + .leafRadius = 2.5, .leafRadius_variation = 1.5, + .leafElongation = 1.7, + .deltaLeafElongation = 0.2, }, .{ .id = "cubyz:fallen_tree", @@ -59,5 +63,32 @@ .height = 1, .height_variation = 0, }, + .{ + .id = "cubyz:flower_patch", + .block = "cubyz:daisies", + .chance = 0.008, + .width = 6, + .variation = 3, + .density = 0.3, + .priority = 0.1, + }, + .{ + .id = "cubyz:flower_patch", + .block = "cubyz:daffodil", + .chance = 0.01, + .width = 6, + .variation = 3, + .density = 0.1, + .priority = 0.1, + }, + .{ + .id = "cubyz:flower_patch", + .block = "cubyz:castilleja", + .chance = 0.006, + .width = 8, + .variation = 3, + .density = 0.1, + .priority = 0.1, + }, }, } diff --git a/assets/cubyz/biomes/forest/clearing.zig.zon b/assets/cubyz/biomes/forest/clearing.zig.zon index 63625d698..86a71c7d7 100644 --- a/assets/cubyz/biomes/forest/clearing.zig.zon +++ b/assets/cubyz/biomes/forest/clearing.zig.zon @@ -21,6 +21,22 @@ .size = 5, .size_variance = 1, }, + .{ + .id = "cubyz:fallen_tree", + .log = "cubyz:oak_log", + .top = "cubyz:oak_log", + .chance = 0.05, + .height = 6, + .height_variation = 3, + }, + .{ + .id = "cubyz:fallen_tree", + .log = "cubyz:birch_log", + .top = "cubyz:birch_log", + .chance = 0.02, + .height = 6, + .height_variation = 3, + }, .{ .id = "cubyz:simple_vegetation", .block = "cubyz:grass_vegetation", @@ -28,6 +44,33 @@ .height = 1, .height_variation = 0, }, + .{ + .id = "cubyz:flower_patch", + .block = "cubyz:daisies", + .chance = 0.008, + .width = 6, + .variation = 3, + .density = 0.3, + .priority = 0.1, + }, + .{ + .id = "cubyz:flower_patch", + .block = "cubyz:daffodil", + .chance = 0.01, + .width = 6, + .variation = 3, + .density = 0.1, + .priority = 0.1, + }, + .{ + .id = "cubyz:flower_patch", + .block = "cubyz:castilleja", + .chance = 0.006, + .width = 8, + .variation = 3, + .density = 0.1, + .priority = 0.1, + }, }, .parentBiomes = .{ .{