Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Heltrato

Members
  • 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. Well but is it possible ?
  6. Sir could you explain it a little further it wont work on me and what do you mean by that Tutorial button ?
  7. 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

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.