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

14 lines
246 B
Zig

.{
.tags = .{.fluid},
.drops = .{},
.selectable = false,
.replacable = true,
.degradable = true,
.transparent = true,
.hasBackFace = true,
.collide = false,
.absorbedLight = 0x090501,
.model = "cubyz:cube",
.texture = "cubyz:water",
}