1.0.2 push

This commit is contained in:
WayofTime 2014-04-26 10:49:34 -04:00
parent 6e4de4f6e9
commit 4070e560d1
17 changed files with 701 additions and 36 deletions

View file

@ -18,13 +18,13 @@ public class RenderFallenAngel extends RenderLiving
super(par1ModelBase, par2);
}
public ResourceLocation func_110832_a(EntityFallenAngel par1EntityFallenAngel)
public ResourceLocation func_110832_a(Entity par1EntityFallenAngel)
{
return field_110833_a;
}
public ResourceLocation getEntityTexture(Entity par1Entity)
{
return this.func_110832_a((EntityFallenAngel) par1Entity);
return this.func_110832_a(par1Entity);
}
}