bad not working transparency

This commit is contained in:
2026-03-17 23:06:32 -03:00
parent a3d5bc6b70
commit 6e6dd08af7
7 changed files with 104 additions and 36 deletions
+3 -1
View File
@@ -62,8 +62,10 @@ interface TextureFront {
export interface BlockRegistry<T = unknown | undefined> {
textures: string | TextureSideTopBottom | TextureFront;
has_collision: boolean;
transparent?: boolean;
alpha?: number;
has_collision: boolean;
drop_table?: string;
on_create?(dimension: Dimension, block: Block<T>): void;