Allow teleportation to galacticraft dimensions
This commit is contained in:
parent
5a7e797883
commit
445e548b4c
1 changed files with 3 additions and 0 deletions
|
@ -1459,6 +1459,9 @@ public class GT_Utility {
|
|||
try {
|
||||
if (DimensionManager.getProvider(aDimensionID).getClass().getName().contains("TwilightForest")) return true;
|
||||
} catch (Throwable e) {/*Do nothing*/}
|
||||
try {
|
||||
if (DimensionManager.getProvider(aDimensionID).getClass().getName().contains("galacticraft")) return true;
|
||||
} catch (Throwable e) {/*Do nothing*/}
|
||||
return GregTech_API.sDimensionalList.contains(aDimensionID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue