mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
13 lines
181 B
Zig
13 lines
181 B
Zig
.{
|
|
.class = .air,
|
|
.blockHealth = 2,
|
|
.drops = .{},
|
|
.degradable = true,
|
|
.transparent = true,
|
|
.hasBackFace = true,
|
|
.solid = false,
|
|
.collide = false,
|
|
|
|
.model = "cubyz:cube",
|
|
}
|