Jump to content

Heltrato

Members
  • Posts

    261
  • Joined

  • Last visited

Everything posted by Heltrato

  1. I couldnt get it to work thou first of all when i wear it i wear a Diamond armor please help me with heres the code public class RenderFUCDeluxeArmor extends ModelBiped implements IItemRenderer { private MHF.Model.ModelItemFUCDeluxeArmorBody ModelItemFUCDeluxeArmorBody; public ModelBiped getArmorModel(EntityLiving entityLiving, ItemStack itemStack, int armorSlot) { return ModelItemFUCDeluxeArmorBody; } @Override public boolean handleRenderType(ItemStack item, ItemRenderType type) { return false; } @Override public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) { return false; } @Override public void renderItem(ItemRenderType type, ItemStack item, Object... data) { Minecraft.getMinecraft().renderEngine.bindTexture("/mods/monsterhunter/textures/items/FHCArmorRender/deluxeArmor[body].png"); } } public class armor3Dextends ItemArmor{ private RenderFUCDeluxeArmor RenderFUCDeluxeArmor; public Body_premiumArmor_1(int par1, EnumArmorMaterial par2EnumArmorMaterial, int par3, int par4) { super(par1, par2EnumArmorMaterial, par4, par4); } public void updateIcons(IconRegister iconRegister) { Icon iconIndex; iconIndex = iconRegister.registerIcon("monsterhunter:premiumBody_1"); } public static Icon func_94602_b(int par0) { switch (par0) { case 0: return:MainItem.armor3D.; }
  2. Any other helps / advice ? im trying to figure out
  3. So in my Item3DArmor.class i will put there the Bind texture code ?? Then on the "return null;" i will put "return Item3DArmor" is that right or im still wrong ?
  4. OK Im a bit a progress now but theres a couple of confusion im struggling 1.) in the "return null; i dont know what should i put 2.) Do i still need the MinecraftForge bind texture ? ?
  5. Sir could you explain it a little further it wont work on me and what do you mean by that Tutorial button ?
  6. Hi guys could someone tell me if theres a way i can make a custom armor with a model from techne ?? If someone could help me i would appreciate it a lot Oh btw im new to the site so please be polite :> And i like to have friends too you know im OPEN :D
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.