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.

ModTester

Members
  • Joined

  • Last visited

  1. A code: public class CommonProxy { public void registerItemRenderer() { Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register( ModItems.YOUR_ITEM, 0, new ModelResourceLocation(ModItems.YOUR_ITEM.getRegistryName(), "inventory") ); Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register( ModItems.YOUR_ITEM, 0, new ModelResourceLocation(ModItems.YOUR_ITEM.getRegistryName(), "inventory"), new CustomItemRenderer(Minecraft.getMinecraft().getTextureManager(), Minecraft.getMinecraft().getRenderItem().getItemModelMesher().getModelManager(), Minecraft.getMinecraft().getItemColors()) ); } } In YOUR_ITEM you must specify item. If not working try this: public class ModInit { @Mod.EventHandler public void init(FMLInitializationEvent event) { CommonProxy commonProxy = new CommonProxy(); commonProxy.registerItemRenderer(); } }
  2. [ATTENTION] Don't comment on this anymore. This issue has been resolved.
  3. Crash Log na paste.ee: https://paste.ee/p/31bhu
  4. When I play Minecraft with mod 1 or 4, I play normally but today it changed, I just played the first one with 4 mods and normally I create a world with a name and when I enter it says "Shutting down internal server" and after that I am in the launcher with this: The game crashed whilst unexpected error Error: java.lang.IndexOutOfBoundsException The error code is: -1 I played on version 17.10 Please reply quickly!
  5. ricky890s started following ModTester
  6. And now I will tell you what happened: I wanted to play the 13w16b version but... When the installation process was finished, I turned on the game and walked away for a while and it showed that the game had crashed My exit code was -1
  7. There are mods like Doggy Talents in this Delete this mod if doesn't working? Type to TileEntity
  8. you added mods to minecraft?
  9. ModTester started following TileEntity
  10. ModTester joined the community
  11. I downloaded version 1.12.2 of Forge and everything was going according to plan, but I entered the Minecraft launcher and entered version 1.12.2 and it didn't show up, I only had the following version: release 1.12.2 snapshot 1.12.2-pre2 and snapshot 1.12.2-pre1. I typed forge and got blank nothing

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.