mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-09 12:16:24 -04:00
parent
eaa46fc065
commit
a4584d5e96
BIN
assets/cubyz/blocks/textures/void.png
Normal file
BIN
assets/cubyz/blocks/textures/void.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 B |
16
assets/cubyz/blocks/void.zig.zon
Normal file
16
assets/cubyz/blocks/void.zig.zon
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.{
|
||||||
|
.tags = .{.void},
|
||||||
|
|
||||||
|
.transparent = true,
|
||||||
|
.absorbedLight = 0x000000,
|
||||||
|
.viewThrough = true,
|
||||||
|
.hasBackFace = true,
|
||||||
|
.solid = true,
|
||||||
|
.rotation = .no_rotation,
|
||||||
|
.degradable = false,
|
||||||
|
.collide = false,
|
||||||
|
.texture = "cubyz:void",
|
||||||
|
|
||||||
|
.drops = .{},
|
||||||
|
.model = "cubyz:cube",
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user