redid orientation handling, works better now.
Vastly improved y level detection for teleports
This commit is contained in:
@@ -59,6 +59,7 @@ public class TransientDoor extends ExitDoor
|
||||
|
||||
public void onBlockAdded(World par1World, int par2, int par3, int par4)
|
||||
{
|
||||
super.onBlockAdded(par1World, par2, par3, par4);
|
||||
this.updateAttatchedTile(par1World, par2, par3, par4);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user