mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
21 lines
436 B
Zig
21 lines
436 B
Zig
.{
|
|
.tags = .{.leaf},
|
|
.blockHealth = 0.2,
|
|
.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",
|
|
}
|