bad not working transparency
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user