Posted December 29, 201410 yr I noticed that during testing of my Mod, if I added new blocks and items and reused the same world, the inventory icons would get switched around or not load. I discovered that when loading a world, the block/item IDs get remapped after the init() event handler. I am currently registering my inventory models when I'm registering my blocks. What's a good hook to register my inventory models after the block id remapping, or is this a bug?
December 29, 201410 yr Hi I had the same problem (worked around it by generating a new world), wasted a couple of hours trying to track it down. I think it's a bug, Forge should handle that automatically. I think it may be the same as this issue: https://github.com/MinecraftForge/MinecraftForge/issues/1530 -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.