1.0.2 push
This commit is contained in:
parent
6e4de4f6e9
commit
4070e560d1
17 changed files with 701 additions and 36 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue