Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Heltrato

Heltrato

Members
 View Profile  See their activity
  • Content Count

    261
  • Joined

    June 25, 2013
  • Last visited

    February 7

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Posts posted by Heltrato

  • Prev
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next
  • Page 11 of 11  
  1. Render 3D Armor (ModelArmor) from techne

    in Modder Support

    Posted June 26, 2013


    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. Render 3D Armor (ModelArmor) from techne

    in Modder Support

    Posted June 26, 2013


    Any other helps / advice ?  :) im trying to figure out

  3. Render 3D Armor (ModelArmor) from techne

    in Modder Support

    Posted June 25, 2013


    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. Render 3D Armor (ModelArmor) from techne

    in Modder Support

    Posted June 25, 2013


    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. Render 3D Armor (ModelArmor) from techne

    in Modder Support

    Posted June 25, 2013


    Well but is it possible ?

  6. [How to] Custom 3D armor render

    in Modder Support

    Posted June 25, 2013


    Sir could you explain it a little further it wont work on me

    and what do you mean by that Tutorial button ?

     

  7. Render 3D Armor (ModelArmor) from techne

    in Modder Support

    Posted June 25, 2013


    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 :D

     

    Oh btw im new to the site so please be polite :>

    And i like to have friends too you know im OPEN :D :D :D

  • Prev
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next
  • Page 11 of 11  
  • All Activity
  • Home
  • Heltrato
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community