improve mojang lightning

This commit is contained in:
LabyStudio
2022-02-03 01:18:22 +01:00
parent 9a70a3cc37
commit 0a16cb9721
9 changed files with 167 additions and 112 deletions
+4
View File
@@ -27,6 +27,10 @@ window.Minecraft = class {
}
init() {
// Load spawn chunk
this.world.getChunkAt(0, 0);
this.player.respawn();
// Start render loop
this.running = true;
this.requestNextFrame();