Glass block (no transparency
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 166 B |
@@ -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,
|
||||
});
|
||||
Reference in New Issue
Block a user