Cubyz/assets/cubyz/blocks/ice.zig.zon

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,
}