Disable SynchronizedGJRAND64RandomSource for now
This commit is contained in:
parent
60cbe70041
commit
83637ca965
@ -34,7 +34,7 @@ mod_name=Better Random
|
|||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=BSD 2 Clause
|
mod_license=BSD 2 Clause
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1.3.3
|
mod_version=1.3.4
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||||
# This should match the base package used for the mod sources.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
@ -19,8 +19,8 @@ public final class BetterRandom {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static RandomSource createWorldRandom(Supplier<Thread> thread) {
|
public static RandomSource createWorldRandom(Supplier<Thread> thread) {
|
||||||
if (ModList.get().isLoaded("c2me"))
|
//if (ModList.get().isLoaded("c2me"))
|
||||||
return createWorldRandomC2ME(thread);
|
// return createWorldRandomC2ME(thread);
|
||||||
|
|
||||||
return new GJRAND64RandomSource();
|
return new GJRAND64RandomSource();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user