Cubyz/assets/cubyz/blocks/void.zig.zon
IntegratedQuantum 4d62da9ae8 Rename solid to replacable
fixes #1358
2025-05-12 18:06:21 +02:00

16 lines
253 B
Zig

.{
.tags = .{.void},
.transparent = true,
.absorbedLight = 0x000000,
.viewThrough = true,
.hasBackFace = true,
.rotation = .no_rotation,
.degradable = false,
.collide = false,
.texture = "cubyz:void",
.drops = .{},
.model = "cubyz:cube",
}