Unique Baobab leaves and leafElongation in savannah (#1101)

This commit is contained in:
Carrie 2025-02-23 13:22:32 -07:00 committed by GitHub
parent 958f00c9f0
commit 5b0e476fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -41,8 +41,10 @@
.type = .round,
.height = 1,
.height_variation = 7,
.leafRadius = 2,
.leafRadius = 3,
.leafRadius_variation = 1,
.leafElongation = 0.5,
.deltaLeafElongation = 0.2,
},
.{
.id = "cubyz:flower_patch",

View File

@ -57,10 +57,12 @@
.top = "cubyz:baobab_leaves",
.chance = 0.05,
.type = .round,
.height = 1,
.height_variation = 7,
.leafRadius = 2,
.height = 3,
.height_variation = 6,
.leafRadius = 3,
.leafRadius_variation = 1,
.leafElongation = 0.5,
.deltaLeafElongation = 0.2,
},
},
.parentBiomes = .{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 471 B