Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class RenderDataCreature extends RenderBiped {
- ResourceLocation dataTexture;
- public RenderDataCreature() {
- super(new ModelBiped(0), 0.5F);
- this.dataTexture = new ResourceLocation(Main.MODID + ":" + "textures/entity/steve.png");
- // TODO Auto-generated constructor stub
- }
- @Override
- protected ResourceLocation getEntityTexture(EntityLiving p_110775_1_) {
- return this.dataTexture;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment