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

11 lines
174 B
Zig

.{
.tags = .{.stone, .marble},
.blockHealth = 28,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:marble_tile",
}