A bit more work on the ranged aspects of the Sentient Specter - Allowed it to inherit the abilities of the Sentient Bow

This commit is contained in:
WayofTime 2016-08-15 21:52:54 -04:00
parent 38f4ea6bac
commit 5953a5a0cf
5 changed files with 116 additions and 50 deletions

View file

@ -23,7 +23,7 @@ public class RenderSentientSpecter extends RenderBiped<EntitySentientSpecter>
public RenderSentientSpecter(RenderManager renderManager)
{
super(renderManager, new ModelBiped(0.0F), 0.1F);
super(renderManager, new ModelBiped(0.0F), 0);
this.addLayer(new LayerBipedArmor(this));
this.addLayer(new LayerHeldItem(this));
this.addLayer(new LayerArrow(this));