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

15 lines
272 B
Zig

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