Posted March 7, 201312 yr Hi, I just started up a forge server and it started giving me this error in the console: 06.03 12:31:52 [server] INFO [fml.ItemTracker] The mod ICBM is overwriting existing item at 31999 (atomicscience.common.jiqi.ItWenDuBiao from AtomicScience) with icbm.common.ItChe 06.03 12:31:52 [server] INFO CONFLICT @ 31743 item slot already occupied by atomicscience.common.jiqi.ItWenDuBiao@31ef347f while adding icbm.common.ItChe@4f5f9775 And when a client tries to connect it gets this: Forge Mod Loader has found world ID mismatches ID 31995 (ModID: ICBM, type icbm.common.ItChe) is missing ID 31999 is mismatched. World: (ModID: AtomicScience, type atomicscience.common.jiqi.ItWenDuBiao, ordinal 0) Game (ModID: ICBM, type icbm.common.ItChe, ordinal 0) It seems that ICBM and Atomic Science are fighting over the item ID 31743... now I also noticed that 31743 seems to convert into the ID 31999... I also noticed that the client expects ICBM to be using 31995, but what number do I put in the ICBM.cfg to replace 31743 so that it converts into the ID 31995? Please Help!!! Proud Owner of the Pigcraft Server! Website: pigcraftserver.enjin.com IP: mcft.tk Dynmap: mcft.tk:8123 Submit an application on our website to join our community today!
March 7, 201312 yr It's adding a 256 offset, so in order to make it into the 31995 you want, set it to 31995 - 256, 31739
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.