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

11 lines
192 B
Zig

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