Hibiscus, Trumpet Lily, and Dandelions (#1044)

* Add hibiscus, trumpet lily, dandelions, tweak daffodil, and give flowers planar rotation

* Add item textures for new flowers

* Add new flowers to biomes
This commit is contained in:
Carrie 2025-02-15 01:15:46 -07:00 committed by GitHub
parent 911abe7ae4
commit 2a2b599d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 108 additions and 0 deletions

View File

@ -52,5 +52,14 @@
.density = 0.3,
.priority = 0.1,
},
.{
.id = "cubyz:flower_patch",
.block = "cubyz:dandelions",
.chance = 0.0008,
.width = 6,
.variation = 4,
.density = 0.3,
.priority = 0.1,
},
},
}

View File

@ -59,5 +59,14 @@
.height = 1,
.height_variation = 0,
},
.{
.id = "cubyz:flower_patch",
.block = "cubyz:hibiscus",
.chance = 0.007,
.width = 8,
.variation = 3,
.density = 0.1,
.priority = 0.1,
},
},
}

View File

@ -26,5 +26,23 @@
.height_variation = 5,
.branched = false,
},
.{
.id = "cubyz:flower_patch",
.block = "cubyz:vetch",
.chance = 0.01,
.width = 6,
.variation = 3,
.density = 0.1,
.priority = 0.1,
},
.{
.id = "cubyz:flower_patch",
.block = "cubyz:trumpet_lily",
.chance = 0.007,
.width = 8,
.variation = 3,
.density = 0.1,
.priority = 0.1,
},
},
}

View File

@ -9,6 +9,7 @@
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:flower/height_10",
.rotation = .planar,
.texture = "cubyz:castilleja",
.texture_top = "cubyz:castilleja_top",
.texture_bottom = "cubyz:castilleja_top",

View File

@ -9,6 +9,7 @@
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:flower/height_8",
.rotation = .planar,
.texture = "cubyz:daffodil",
.texture_top = "cubyz:daffodil_top",
.texture_bottom = "cubyz:daffodil_top",

View File

@ -0,0 +1,18 @@
.{
.class = .leaf,
.blockHealth = 1,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.collide = false,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.model = "cubyz:plane",
.rotation = .carpet,
.texture = "cubyz:dandelions",
.item= .{
.texture = "dandelions.png",
},
.lodReplacement = "cubyz:air",
}

View File

@ -0,0 +1,20 @@
.{
.class = .leaf,
.blockHealth = 1,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:flower/height_8",
.rotation = .planar,
.texture = "cubyz:hibiscus",
.texture_top = "cubyz:hibiscus_top",
.texture_bottom = "cubyz:hibiscus_top",
.item = .{
.texture = "hibiscus.png",
},
.lodReplacement = "cubyz:air",
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

View File

@ -0,0 +1,3 @@
.{
.hasOcclusion = false,
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

View File

@ -0,0 +1,3 @@
.{
.hasOcclusion = false,
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

View File

@ -0,0 +1,3 @@
.{
.hasOcclusion = false,
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

View File

@ -0,0 +1,3 @@
.{
.hasOcclusion = false,
}

View File

@ -0,0 +1,20 @@
.{
.class = .leaf,
.blockHealth = 1,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:flower/height_10",
.rotation = .planar,
.texture = "cubyz:trumpet_lily",
.texture_top = "cubyz:trumpet_lily_top",
.texture_bottom = "cubyz:trumpet_lily_top",
.item = .{
.texture = "trumpet_lily.png",
},
.lodReplacement = "cubyz:air",
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B