mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Patch engine components
This commit is contained in:
@@ -69,7 +69,7 @@ public interface EngineComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
default long getSeed() {
|
default long getSeed() {
|
||||||
return getTarget().getWorld().getSeed();
|
return getTarget().getWorld().seed();
|
||||||
}
|
}
|
||||||
|
|
||||||
default EngineFramework getFramework() {
|
default EngineFramework getFramework() {
|
||||||
|
|||||||
Reference in New Issue
Block a user