This commit is contained in:
StevenRS11
2013-11-11 03:41:14 -05:00
parent da608462d7
commit 841fcffcb1
4 changed files with 13 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ public class TransientDoor extends BaseDimDoor
public void enterDimDoor(World world, int x, int y, int z, Entity entity)
{
// We need to ignore particle entities
if (world.isRemote || entity instanceof EntityFX)
if (world.isRemote)
{
return;
}