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

11 lines
184 B
Zig

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