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

11 lines
202 B
Zig

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