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

16 lines
236 B
Zig

.{
.tags = .{.air},
.transparent = true,
.absorbedLight = 0x000000,
.viewThrough = true,
.replacable = true,
.rotation = .no_rotation,
.degradable = true,
.hasItem = false,
.collide = false,
.drops = .{},
.model = .none,
}