Cubyz/assets/cubyz/blocks/cactus.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

13 lines
230 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 5,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .log,
.model = "cubyz:cube",
.texture = "cubyz:cactus",
.texture_top = "cubyz:cactus_top",
.texture_bottom = "cubyz:cactus_top",
}