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:
@@ -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]);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user