So I'm messing with junk, and I'm finding lots of item ID conflicts, which don't show up in the ID conflicts file. The game will still run, but lots of recipes and stuff are WAY off for some things.
Here's an example of the log registering a conflict. Other item ID conflicts are easy to find, because it actually gives the correct item ID. Others aren't given the correct data, beacuse I'm not finding those items, either in the NEI or in any of the cfg files. For example, the 540 conflict (see below) is an item that isn't listed in the NEI or in any cfg files, so I don't know where the conflict is actually happening! How do I check on this? I've already tried the block name like net.minecraft.item.ItemBlock@64bcc4c2.
I've also tried looking for the ladder in the DRPG cfg. Everything I can think of doesn't turn up something that I can change to fix the config.
How do I find the conflict so I can fix it?
2014-06-02 19:40:35 [INFO] [STDOUT] CONFLICT @ 539 item slot already occupied by net.minecraft.item.ItemBlock@6d660b94 while adding net.minecraft.item.ItemBlock@468259a8
2014-06-02 19:40:35 [INFO] [fml.ItemTracker] The mod divinerpg is overwriting existing item at 795 (net.divinerpg.block.BlockDivineRPGLadder from divinerpg) with net.minecraft.item.ItemBlock
2014-06-02 19:40:35 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(795) owned by divinerpg
2014-06-02 19:40:35 [INFO] [STDOUT] CONFLICT @ 540 item slot already occupied by net.minecraft.item.ItemBlock@17cc48c2 while adding net.minecraft.item.ItemBlock@64bcc4c2
2014-06-02 19:40:35 [INFO] [fml.ItemTracker] The mod divinerpg is overwriting existing item at 796 (net.divinerpg.block.BlockDivineRPGLadder from divinerpg) with net.minecraft.item.ItemBlock
2014-06-02 19:40:35 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(796) owned by divinerpg
Here's an example of the log registering a conflict. Other item ID conflicts are easy to find, because it actually gives the correct item ID. Others aren't given the correct data, beacuse I'm not finding those items, either in the NEI or in any of the cfg files. For example, the 540 conflict (see below) is an item that isn't listed in the NEI or in any cfg files, so I don't know where the conflict is actually happening! How do I check on this? I've already tried the block name like net.minecraft.item.ItemBlock@64bcc4c2.
I've also tried looking for the ladder in the DRPG cfg. Everything I can think of doesn't turn up something that I can change to fix the config.
How do I find the conflict so I can fix it?
2014-06-02 19:40:35 [INFO] [STDOUT] CONFLICT @ 539 item slot already occupied by net.minecraft.item.ItemBlock@6d660b94 while adding net.minecraft.item.ItemBlock@468259a8
2014-06-02 19:40:35 [INFO] [fml.ItemTracker] The mod divinerpg is overwriting existing item at 795 (net.divinerpg.block.BlockDivineRPGLadder from divinerpg) with net.minecraft.item.ItemBlock
2014-06-02 19:40:35 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(795) owned by divinerpg
2014-06-02 19:40:35 [INFO] [STDOUT] CONFLICT @ 540 item slot already occupied by net.minecraft.item.ItemBlock@17cc48c2 while adding net.minecraft.item.ItemBlock@64bcc4c2
2014-06-02 19:40:35 [INFO] [fml.ItemTracker] The mod divinerpg is overwriting existing item at 796 (net.divinerpg.block.BlockDivineRPGLadder from divinerpg) with net.minecraft.item.ItemBlock
2014-06-02 19:40:35 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(796) owned by divinerpg