mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
16 lines
236 B
Zig
16 lines
236 B
Zig
.{
|
|
.tags = .{.air},
|
|
|
|
.transparent = true,
|
|
.absorbedLight = 0x000000,
|
|
.viewThrough = true,
|
|
.replacable = true,
|
|
.rotation = .no_rotation,
|
|
.degradable = true,
|
|
.hasItem = false,
|
|
.collide = false,
|
|
|
|
.drops = .{},
|
|
.model = .none,
|
|
}
|