Blocks with sides !

This commit is contained in:
2026-03-14 19:56:12 -03:00
parent ea6a6acfbe
commit 5e7719207f
18 changed files with 334 additions and 160 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { BlockRegistry, EverythingRegistry } from "$/common/everything_registry.ts";
EverythingRegistry.register<BlockRegistry>("blocks", "bworld:sand", {
texture_id: "bworld:sand",
textures: "bworld:sand",
has_collision: true,
});