Cubyz/assets/cubyz/blocks/tussock.zig.zon
Carrie 302544bbcb
Add cactus flowers, tussock, and cactus top texture (#1195)
* Add cactus flowers, tussock, and cactus top texture

* minor cactus flower texture tweaks

* Gradient cactus flower
2025-03-19 21:45:12 +01:00

18 lines
306 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:cross",
.texture = "cubyz:tussock",
.item = .{
.texture = "tussock.png",
},
.lodReplacement = "cubyz:air",
}