mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
11 lines
155 B
Zig
11 lines
155 B
Zig
.{
|
|
.tags = .{.mineable},
|
|
.blockHealth = 8,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:frost",
|
|
.friction = 5,
|
|
}
|