Package thaumic.tinkerer.client.model.kami

Examples of thaumic.tinkerer.client.model.kami.ModelWings


  }

  @Override
  @SideOnly(Side.CLIENT)
  public ModelBiped getArmorModel(EntityLivingBase entityLiving, ItemStack itemStack, int armorSlot) {
    return new ModelWings();
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.client.model.kami.ModelWings

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.