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

11 lines
201 B
Zig

.{
.tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:limestone_tiles",
}