More attempts at the armour rendering, and an attempt to fix the entities.

This commit is contained in:
WayofTime 2015-07-19 17:01:18 -04:00
parent 43c1386c78
commit 32e6539deb
10 changed files with 20 additions and 19 deletions

View file

@ -98,7 +98,6 @@ public class EntityBileDemon extends EntityDemon
{
super.entityInit();
this.dataWatcher.addObject(18, this.getHealth());
this.dataWatcher.addObject(19, 0);
//this.dataWatcher.addObject(20, new Byte((byte) BlockColored.getBlockFromDye(1)));
}