Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
parent
64daa7165a
commit
89ed9dce94
2 changed files with 3 additions and 4 deletions
|
@ -854,8 +854,7 @@ public class SchematicLoader
|
||||||
dimHelper.instance.createPocket(sideLink, true, true);
|
dimHelper.instance.createPocket(sideLink, true, true);
|
||||||
|
|
||||||
|
|
||||||
//setBlockDirectly(world,point.getX(), point.getY()-1, point.getZ(),mod_pocketDim.dimDoorID,sideLink.linkOrientation);
|
|
||||||
// setBlockDirectly(world,point.getX(), point.getY(), point.getZ(),mod_pocketDim.dimDoorID,8);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -870,7 +869,7 @@ public class SchematicLoader
|
||||||
|
|
||||||
LinkData randomLink=dimHelper.instance.getRandomLinkData(false);
|
LinkData randomLink=dimHelper.instance.getRandomLinkData(false);
|
||||||
|
|
||||||
LinkData sideLink = new LinkData(link.destDimID,dimHelper.dimList.get(link.locDimID).exitDimLink.destDimID,point.getX(), point.getY(), point.getZ(),point.getX(), 0, point.getZ(),true,-10);
|
LinkData sideLink = new LinkData(link.destDimID,dimHelper.dimList.get(link.locDimID).exitDimLink.destDimID,point.getX(), point.getY(), point.getZ(),point.getX(), 0, point.getZ(),true,world.getBlockMetadata(point.getX(), point.getY()-1, point.getZ()));
|
||||||
|
|
||||||
if(sideLink.destDimID==mod_pocketDim.limboDimID)
|
if(sideLink.destDimID==mod_pocketDim.limboDimID)
|
||||||
{
|
{
|
||||||
|
|
|
@ -74,7 +74,7 @@ public class mod_pocketDim
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public static final String version = "1.5.1R1.3.4RC3";
|
public static final String version = "1.5.1R1.3.5RC3";
|
||||||
public static final String modid = "DimensionalDoors";
|
public static final String modid = "DimensionalDoors";
|
||||||
|
|
||||||
//need to clean up
|
//need to clean up
|
||||||
|
|
Loading…
Reference in a new issue