This commit is contained in:
2026-04-14 10:51:57 -03:00
parent 2568694ada
commit a758037f20
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -107,6 +107,7 @@ export interface BlockRegistry {
export interface ItemRegistry<T = unknown | undefined> {
texture_id: string | ((item: ItemStack<T>) => string);
block_id?: string;
tool_type?: string;
place?(dimension: Dimension, block: Block): void;