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
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
18
assets/cubyz/blocks/dandelions.zig.zon
Normal 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",
|
||||
}
|
20
assets/cubyz/blocks/hibiscus.zig.zon
Normal 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",
|
||||
}
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 231 B |
BIN
assets/cubyz/blocks/textures/dandelions.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
assets/cubyz/blocks/textures/hibiscus.png
Normal file
After Width: | Height: | Size: 329 B |
3
assets/cubyz/blocks/textures/hibiscus.zig.zon
Normal file
@ -0,0 +1,3 @@
|
||||
.{
|
||||
.hasOcclusion = false,
|
||||
}
|
BIN
assets/cubyz/blocks/textures/hibiscus_top.png
Normal file
After Width: | Height: | Size: 294 B |
3
assets/cubyz/blocks/textures/hibiscus_top.zig.zon
Normal file
@ -0,0 +1,3 @@
|
||||
.{
|
||||
.hasOcclusion = false,
|
||||
}
|
BIN
assets/cubyz/blocks/textures/trumpet_lily.png
Normal file
After Width: | Height: | Size: 238 B |
3
assets/cubyz/blocks/textures/trumpet_lily.zig.zon
Normal file
@ -0,0 +1,3 @@
|
||||
.{
|
||||
.hasOcclusion = false,
|
||||
}
|
BIN
assets/cubyz/blocks/textures/trumpet_lily_top.png
Normal file
After Width: | Height: | Size: 212 B |
3
assets/cubyz/blocks/textures/trumpet_lily_top.zig.zon
Normal file
@ -0,0 +1,3 @@
|
||||
.{
|
||||
.hasOcclusion = false,
|
||||
}
|
20
assets/cubyz/blocks/trumpet_lily.zig.zon
Normal 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",
|
||||
}
|
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 448 B |
BIN
assets/cubyz/items/textures/dandelions.png
Normal file
After Width: | Height: | Size: 421 B |
BIN
assets/cubyz/items/textures/hibiscus.png
Normal file
After Width: | Height: | Size: 448 B |
BIN
assets/cubyz/items/textures/trumpet_lily.png
Normal file
After Width: | Height: | Size: 363 B |