mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-09 12:16:24 -04:00
Unique Baobab leaves and leafElongation in savannah (#1101)
This commit is contained in:
parent
958f00c9f0
commit
5b0e476fff
@ -41,8 +41,10 @@
|
|||||||
.type = .round,
|
.type = .round,
|
||||||
.height = 1,
|
.height = 1,
|
||||||
.height_variation = 7,
|
.height_variation = 7,
|
||||||
.leafRadius = 2,
|
.leafRadius = 3,
|
||||||
.leafRadius_variation = 1,
|
.leafRadius_variation = 1,
|
||||||
|
.leafElongation = 0.5,
|
||||||
|
.deltaLeafElongation = 0.2,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.id = "cubyz:flower_patch",
|
.id = "cubyz:flower_patch",
|
||||||
|
@ -57,10 +57,12 @@
|
|||||||
.top = "cubyz:baobab_leaves",
|
.top = "cubyz:baobab_leaves",
|
||||||
.chance = 0.05,
|
.chance = 0.05,
|
||||||
.type = .round,
|
.type = .round,
|
||||||
.height = 1,
|
.height = 3,
|
||||||
.height_variation = 7,
|
.height_variation = 6,
|
||||||
.leafRadius = 2,
|
.leafRadius = 3,
|
||||||
.leafRadius_variation = 1,
|
.leafRadius_variation = 1,
|
||||||
|
.leafElongation = 0.5,
|
||||||
|
.deltaLeafElongation = 0.2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.parentBiomes = .{
|
.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 |
Loading…
x
Reference in New Issue
Block a user