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
+5
View File
@@ -0,0 +1,5 @@
import { EverythingRegistry, ItemRegistry } from "$/common/everything_registry.ts";
EverythingRegistry.register<ItemRegistry>("items", "bworld:dirt", {
texture_id: "bworld:dirt",
});