implement lightning and smooth lightning
This commit is contained in:
@@ -84,6 +84,9 @@ window.Minecraft = class {
|
||||
}
|
||||
|
||||
onTick() {
|
||||
// Tick world
|
||||
this.world.onTick();
|
||||
|
||||
// Tick the player
|
||||
this.player.onTick();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user