mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Add leafElogation and flowers to the forest
This commit is contained in:
parent
b384ec9ed8
commit
07be80d418
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -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 = .{
|
||||
.{
|
||||
|
Loading…
x
Reference in New Issue
Block a user