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

11 lines
183 B
Zig

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