Add void block (#1324)

* Add void block

* Apply review change requests
This commit is contained in:
Krzysztof Wiśniewski 2025-04-22 19:18:45 +02:00 committed by GitHub
parent eaa46fc065
commit a4584d5e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

View 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",
}