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

12 lines
199 B
Zig

.{
.tags = .{.stone, .glacite},
.blockHealth = 22,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:glacite_tile",
}