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

16 lines
341 B
Zig

.{
.tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:limestone_wall",
.texture_top = "cubyz:limestone_wall_top",
.texture_bottom = "cubyz:limestone_wall_top",
.item = .{
.texture = "wall/limestone.png",
},
}