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

11 lines
155 B
Zig

.{
.tags = .{.mineable},
.blockHealth = 8,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:frost",
.friction = 5,
}