mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Attempt patching correct dimension
I'm quite lost so this will probably not work / do much.
This commit is contained in:
parent
3e4cc8841d
commit
712be51888
@ -70,6 +70,14 @@ public class IrisWorldCreator
|
||||
{
|
||||
return World.Environment.NORMAL;
|
||||
}
|
||||
else if(dimensionName == "NETHER")
|
||||
{
|
||||
return World.Environment.NETHER;
|
||||
}
|
||||
else if(dimensionName == "END")
|
||||
{
|
||||
return World.Environment.THE_END;
|
||||
}
|
||||
|
||||
IrisDimension dim = IrisDataManager.loadAnyDimension(dimensionName);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user