Fixed chunkloaders and loading bug

This commit is contained in:
StevenRS11
2013-11-11 21:49:47 -05:00
parent 5cd5a323e0
commit 8dd1d85e6e
4 changed files with 64 additions and 37 deletions

View File

@@ -375,7 +375,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