Jump to content

ModTester

Members
  • Posts

    12
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ModTester's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  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. A programming language?
  4. Crash Log na paste.ee: https://paste.ee/p/31bhu
  5. 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!
  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. 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
×
×
  • Create New...

Important Information

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