Some block drops

This commit is contained in:
2026-03-15 13:52:45 -03:00
parent 42f5536580
commit 3ba45e4a2e
12 changed files with 63 additions and 24 deletions
+1
View File
@@ -64,6 +64,7 @@ export interface BlockRegistry<T = unknown | undefined> {
textures: string | TextureSideTopBottom | TextureFront;
has_collision: boolean;
transparent?: boolean;
drop_table?: string;
on_create?(dimension: Dimension, block: Block<T>): void;
on_click?(dimension: Dimension, block: Block<T>): void;