add relative time
This commit is contained in:
parent
83082f4f3c
commit
2f9e7ba728
7 changed files with 57 additions and 30 deletions
|
@ -285,6 +285,7 @@ public class Client implements IThreadListener {
|
|||
private final class WorldClient extends World {
|
||||
public WorldClient(Dimension dim) {
|
||||
super(dim, true);
|
||||
this.daytime = dim.getTimeOffset();
|
||||
this.calculateInitialSkylight();
|
||||
this.calculateInitialWeather();
|
||||
this.updatePhysics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue