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

16 lines
327 B
Zig

.{
.tags = .{.stone, .mineable, .glacite},
.blockHealth = 22,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:glacite_wall",
.texture_top = "cubyz:glacite_wall_top",
.texture_bottom = "cubyz:stone_wall_top",
.item = .{
.texture = "wall/glacite.png",
},
}