mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
12 lines
226 B
Zig
12 lines
226 B
Zig
.{
|
|
.tags = .{.diggable},
|
|
.blockHealth = 7,
|
|
.drops = .{
|
|
.{.items = .{"cubyz:mud"}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:lush_grass_top",
|
|
.texture_top = "cubyz:lush_grass_top",
|
|
.texture_bottom = "cubyz:mud",
|
|
}
|