Cubyz/assets/cubyz/blocks/glacite_wall.zig.zon
2025-05-09 16:42:46 +02:00

16 lines
309 B
Zig

.{
.tags = .{.stone, .glacite},
.blockHealth = 22,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .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",
},
}