I'm trying to add Thermal Expansion to a custom mod pack and existing world. This was created pre-1.6.4 launcher release so I don't know how to move the whole thing to FML.
The problem is that TE and FML don't see the same ID's. I can see what's going on but not how to patch it.
Here's a couple of snips from the log (I won't bore you with the whole thing):
2014-04-22 22:37:35 [FINE] [fml.ItemTracker] The difference set is not equal:
only on left={
31692=Item 31692, Type thermalexpansion.item.tool.ItemMultimeter, owned by ThermalExpansion, ordinal 0, name null, claimedModId null,
...
only on right={
31656=Item 31656, Type thermalexpansion.item.tool.ItemMultimeter, owned by ThermalExpansion, ordinal 0, name null, claimedModId null,
...
My TE config says, however:
I:Tool.Multimeter=31364
I was expecting one of the FML mismatches to be the TE config value but they are both different.
Questions:
How do I clear up the other numbers and let TE and FML use the same id's?
Where does FML store its id's and are they manually editable?
Where is the 3rd id coming from?
Are there guidelines for creating custom mod packs and importing existing worlds to FML?
Thanks