Merge branch '1.21' into worldgen-placement-providers
This commit is contained in:
commit
157d2c5498
@ -92,7 +92,7 @@ class Xoshiro256SSRandom private constructor(
|
||||
}
|
||||
|
||||
override fun fork(): RandomSource {
|
||||
return Xoshiro256SSRandom(nextLong(), nextLong(), nextLong(), nextLong())
|
||||
return Xoshiro256SSRandom(nextLong(), nextLong(), nextLong(), nextLong(), null)
|
||||
}
|
||||
|
||||
override fun forkPositional(): PositionalRandomFactory {
|
||||
|
Loading…
Reference in New Issue
Block a user