mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Disabled rain
This commit is contained in:
parent
3b72e38d47
commit
596d8f9a10
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ public class Zone {
|
|||
private float temperature = 0;
|
||||
private float wind = 0;
|
||||
private float cloudiness = 5000;
|
||||
private float precipitation = 10000;
|
||||
private float acidity = 10000;
|
||||
private float precipitation = 0;
|
||||
private float acidity = 0;
|
||||
private final ChunkIOManager chunkManager;
|
||||
private final Set<Integer> pendingSunlight = new HashSet<>();
|
||||
private final Map<Integer, Entity> entities = new HashMap<>();
|
||||
|
|
Loading…
Add table
Reference in a new issue