diff --git a/assets/cubyz/blocks/textures/void.png b/assets/cubyz/blocks/textures/void.png new file mode 100644 index 00000000..992dde00 Binary files /dev/null and b/assets/cubyz/blocks/textures/void.png differ diff --git a/assets/cubyz/blocks/void.zig.zon b/assets/cubyz/blocks/void.zig.zon new file mode 100644 index 00000000..0e072d8d --- /dev/null +++ b/assets/cubyz/blocks/void.zig.zon @@ -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", +}