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

16 lines
323 B
Zig

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