Cubyz/assets/cubyz/blocks/fog/_defaults.zig.zon

13 lines
181 B
Zig

.{
.class = .air,
.blockHealth = 2,
.drops = .{},
.degradable = true,
.transparent = true,
.hasBackFace = true,
.solid = false,
.collide = false,
.model = "cubyz:cube",
}