mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
16 lines
253 B
Zig
16 lines
253 B
Zig
.{
|
|
.tags = .{.void},
|
|
|
|
.transparent = true,
|
|
.absorbedLight = 0x000000,
|
|
.viewThrough = true,
|
|
.hasBackFace = true,
|
|
.rotation = .no_rotation,
|
|
.degradable = false,
|
|
.collide = false,
|
|
.texture = "cubyz:void",
|
|
|
|
.drops = .{},
|
|
.model = "cubyz:cube",
|
|
}
|