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

12 lines
217 B
Zig

.{
.tags = .{.stone, .mineable, .glacite},
.blockHealth = 22,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:glacite_tile",
}