Gold dim door working

Needs to gen the right type of door.
This commit is contained in:
StevenRS11
2013-09-10 15:50:15 -04:00
parent 52aa836f75
commit 08b36054ce
8 changed files with 26 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ public class ItemRiftSignature extends Item
@Override
public boolean onItemUseFirst(ItemStack stack, EntityPlayer player, World world, int x, int y, int z, int side, float hitX, float hitY, float hitZ)
{
//TODO- recognize doors and intelligently place rifts on them.
// We must use onItemUseFirst() instead of onItemUse() because Minecraft checks
// whether the user is in creative mode after calling onItemUse() and undoes any
// damage we might set to indicate the rift sig has been activated. Otherwise,