Made doors stackable

Fixed click on rift to place door bug

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-05-15 09:56:25 -04:00
parent 5682e3fc30
commit 4160ea1e76
3 changed files with 6 additions and 5 deletions

View File

@@ -24,7 +24,6 @@ public class itemExitDoor extends itemDimDoor
this.doorMaterial = par2Material;
this.setCreativeTab(CreativeTabs.tabTransport);
// this.setitemIcon(Item.doorWood.getIconFromDamage(0));
}
public void registerIcons(IconRegister par1IconRegister)