mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-04 06:46:09 +00:00
Fix seed drift
This commit is contained in:
@@ -53,7 +53,7 @@ public class IrisScriptingAPI {
|
||||
}
|
||||
|
||||
public long getSeed() {
|
||||
return getEngine().getTarget().getWorld().seed();
|
||||
return getEngine().getSeedManager().getScript();
|
||||
}
|
||||
|
||||
public double expression(String expressionName, double x, double y, double z) {
|
||||
|
||||
Reference in New Issue
Block a user