Crafting and chest

This commit is contained in:
2026-03-10 19:53:15 -03:00
parent 9e2b2bcb42
commit e9da307841
11 changed files with 234 additions and 21 deletions
-4
View File
@@ -1,7 +1,3 @@
import { EverythingRegistry } from "../everything_registry.ts";
EverythingRegistry.add_registry("components");
export abstract class Component {
__component = true;
}