mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
14 lines
225 B
Zig
14 lines
225 B
Zig
.{
|
|
.tags = .{.mineable},
|
|
.blockHealth = 7,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.transparent = true,
|
|
.hasBackFace = true,
|
|
.absorbedLight = 0xe95825,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:ice",
|
|
.friction = 1,
|
|
}
|