Fixed world generation bug with mods that add other dims
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
@@ -683,7 +683,10 @@ public class dimHelper extends DimensionManager
|
||||
*/
|
||||
public LinkData createPocket(LinkData link , boolean isGoingDown, boolean isRandomRift)
|
||||
{
|
||||
|
||||
if(this.getWorld(link.locDimID)==null)
|
||||
{
|
||||
this.initDimension(link.locDimID);
|
||||
}
|
||||
|
||||
int dimensionID;
|
||||
int depth = this.getDimDepth(link.locDimID);
|
||||
|
||||
Reference in New Issue
Block a user