9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-22 16:49:14 +00:00

Fix seed drift

This commit is contained in:
cyberpwn
2021-09-07 00:27:48 -04:00
parent 405073cca9
commit 80aa87935d
24 changed files with 197 additions and 185 deletions

View File

@@ -501,7 +501,7 @@ public class Iris extends VolmitPlugin implements Listener {
IrisWorld w = IrisWorld.builder()
.name(worldName)
.seed(RNG.r.lmax())
.seed(1337)
.environment(dim.getEnvironment())
.worldFolder(new File(worldName))
.minHeight(0)