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

16 lines
306 B
Zig

.{
.tags = .{.stone, .marble},
.blockHealth = 28,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .fence,
.model = "cubyz:wall",
.texture = "cubyz:marble_wall",
.texture_top = "cubyz:marble_wall_top",
.texture_bottom = "cubyz:marble_wall_top",
.item = .{
.texture = "wall/marble.png",
},
}