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.

2piradians

Members
  • Joined

  • Last visited

  1. 2piradians changed their profile photo
  2. You seem confident with this method. I will give it a shot! I have not used resource packs before, so this should be fun.
  3. I want my mod to allow players to add their own textures for my mod armor, in addition to the textures I already have. I know how to change between my textures in the domain, but I do not know how to allow users to add their own textures that I can access inside of the normal Minecraft domain, which is why I want to try to find a way to access them outside of the domain.
  4. Hello, I am trying to have my armor get its texture from a location outside of the normal Minecraft domain, but I have not found a way to accomplish this. I have tried to override the getArmorTexture method using the following code: @Override public String getArmorTexture(ItemStack stack, Entity entity, int slot, String type) { location = new ResourceLocation("<modding folder>", "<texture folder inside modding folder>/texture.png"); return location.toString(); } However, I get the following error: java.io.FileNotFoundException: <modding folder>:<texture folder inside modding folder>/texture.png Is it possible to accomplish this task using this method? Or possibly through another method? Thanks in advance!

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.