Fixed door orientation finally.
Limbo generates terrain under you can use items in limbo more voids to send you home. update to 1.5.2 Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
@@ -29,7 +29,7 @@ public class itemExitDoor extends itemDimDoor
|
||||
|
||||
public void registerIcons(IconRegister par1IconRegister)
|
||||
{
|
||||
this.itemIcon = par1IconRegister.registerIcon(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
|
||||
this.itemIcon = par1IconRegister.registerIcon(mod_pocketDim.modid + ":" + this.getUnlocalizedName().replace("item.", ""));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user