mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* Add cactus flowers, tussock, and cactus top texture * minor cactus flower texture tweaks * Gradient cactus flower
13 lines
230 B
Zig
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",
|
|
}
|