Add leafElogation and flowers to the forest

This commit is contained in:
Carrie 2025-02-03 14:16:15 -07:00 committed by IntegratedQuantum
parent b384ec9ed8
commit 07be80d418
2 changed files with 75 additions and 1 deletions

View File

@ -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,
},
},
}

View File

@ -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 = .{
.{