Cubyz/assets/cubyz/blocks/water.zig.zon
IntegratedQuantum a8ffa97ebc Buoyancy, volume friction and volume mobility
fixes #83
fixes #84
first prototype of #85
2025-07-05 16:56:29 +02:00

17 lines
307 B
Zig

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