moved rift sigs over to use nbt data

fixed limbo inventory issues
changed rift generation on dim door placement

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-04-13 21:15:06 -04:00
parent 2d6d430277
commit f816e96bdb
4 changed files with 24 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ public class itemLinkSignature extends Item
{
Integer[] coords = this.readFromNBT(par1ItemStack);
par3List.add(String.valueOf("Leads to dim "+coords[3] +" with depth "+dimHelper.instance.getDimDepth(dimHelper.instance.getDimDepth(coords[3]))));
par3List.add("at x="+coords[0]+" y="+coords[1]+" z="+coords[3]);
par3List.add("at x="+coords[0]+" y="+coords[1]+" z="+coords[2]);
}