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.

Justmakinmusic

Members
  • Joined

  • Last visited

  1. @Draco18s: Thank you for the info. I always wondered why I needed to return twice.
  2. Works for my armor.
  3. Try this. public String getArmorTexture(ItemStack itemstack, Entity entity, int slot, String type) { if (itemstack == new ItemStack(Your item)) { return "more:textures/models/armor/Your.png"; } return "more:textures/models/armor/Your.png"; }
  4. How is your assets folder laid out? You need a models folder in there like block and item. assets/ModID/textures/models/armor
  5. Reload default resource pack in game. I have to do this every time I start client then my textures show
  6. This is what worked for my mod. public String getArmorTexture(ItemStack par1, Entity entity, int slot, int layer){ if (par1.itemID == Diamerald.Diameraldhelmet.itemID || par1.itemID == Diamerald.Diameraldplate.itemID || par1.itemID == Diamerald.Diameraldboots.itemID){ return "diamerald:textures/models/armor/diamerald_layer_1.png"; } if (par1.itemID == Diamerald.Diameraldlegs.itemID){ return "diamerald:textures/models/armor/diamerald_layer_2.png"; } return "diamerald:textures/models/armor/diamerald_layer_2.png"; }
  7. Vanilla armor textures don't render either so we wait for forge to get the changes right. Be patient and all will be good. None of my textures work as of right now. Still early development of forge for 1.6.1 all will be worked out soon. Armor_1 and _2.pngs also moved to assets/textures/models

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.