Fixed chunk loaders and dim loading bug

This commit is contained in:
StevenRS11
2013-11-11 21:39:11 -05:00
parent c2bab6cc93
commit c48e2307c7
3 changed files with 58 additions and 30 deletions

View File

@@ -376,7 +376,7 @@ public class PocketBuilder
int orientation = getDoorOrientation(source, properties);
//Place a link leading back out of the pocket
DimLink reverseLink = dimension.createLink(source.getX(), destinationY, source.getZ(), LinkTypes.REVERSE);
DimLink reverseLink = dimension.createLink(source.getX(), destinationY, source.getZ(), LinkTypes.REVERSE,(link.orientation()+2)%4);
parent.setDestination(reverseLink, source.getX(), source.getY(), source.getZ());
//Build the actual pocket area