mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
10 lines
142 B
Zig
10 lines
142 B
Zig
.{
|
|
.tags = .{.diggable},
|
|
.blockHealth = 5.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:gravel",
|
|
}
|