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 -1
View File
@@ -12,7 +12,7 @@ export function start_game(world: ClientWorld) {
world.clear_entities();
const dimension = new Entity("dimension");
world.dimension = new Dimension();
world.dimension = new Dimension(world);
dimension.add(world.dimension);
world.add_entity(dimension);