Glass block (no transparency

This commit is contained in:
2026-03-15 15:01:03 -03:00
parent bb4cab327a
commit a3d5bc6b70
2 changed files with 7 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

+7
View File
@@ -0,0 +1,7 @@
import { BlockRegistry, EverythingRegistry } from "$/common/everything_registry.ts";
EverythingRegistry.register<BlockRegistry>("blocks", "bworld:glass", {
textures: "bworld:glass",
has_collision: true,
transparent: true,
});