Slider won't render as on fire.

This commit is contained in:
bconlon 2020-08-20 18:47:33 -07:00
parent 8218b3051f
commit ac12c59658

View file

@ -755,4 +755,10 @@ public class EntitySlider extends EntityFlying implements IAetherBoss {
return this.getMaxHealth();
}
@Override
public boolean canRenderOnFire()
{
return false;
}
}