From ee35c365e27ae6887ee8bd49a76f2bb9be0f208d Mon Sep 17 00:00:00 2001 From: StevenRS11 Date: Mon, 30 Sep 2013 05:20:00 -0400 Subject: [PATCH] complaining --- StevenDimDoors/mod_pocketDim/items/ItemRiftSignature.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StevenDimDoors/mod_pocketDim/items/ItemRiftSignature.java b/StevenDimDoors/mod_pocketDim/items/ItemRiftSignature.java index aef4919f..0a497500 100644 --- a/StevenDimDoors/mod_pocketDim/items/ItemRiftSignature.java +++ b/StevenDimDoors/mod_pocketDim/items/ItemRiftSignature.java @@ -59,6 +59,7 @@ public class ItemRiftSignature extends Item return false; } + //But... :( //We don't check for replaceable blocks. The user can deal with that. <_< y += 2; //Increase y by 2 to place the rift at head level @@ -103,6 +104,7 @@ public class ItemRiftSignature extends Item } else { + //TODO account for replaceable blocks like snow //The link signature has not been used. Store its current target as the first location. setSource(stack, x, y, z,orientation, PocketManager.getDimensionData(world)); player.sendChatToPlayer("Location Stored in Rift Signature");