Added weather to json world output (hasStorm and isThundering)
This commit is contained in:
parent
c0479bff05
commit
bb45cc10cb
3 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ public class Client {
|
|||
public static class Update {
|
||||
public long timestamp;
|
||||
public long servertime;
|
||||
public boolean hasStorm;
|
||||
public boolean isThundering;
|
||||
public Player[] players;
|
||||
public Object[] updates;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue