MaxMacher Posted April 19, 2014 Posted April 19, 2014 I'm trying to retrofit a highly modded 1.6.4 world with Thermal Expansion. When I first started this game, it was before the DW20 1.6.4 pack was available. I couldn't get TE to work so I went on without it. Now I'd like to get add it to my mods but am getting a null pointer having to do with TE calling the Ore Dictionary: java.lang.NullPointerException at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:329) at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:313) at miscperipherals.module.ModuleThermalExpansion.onPostInit(ModuleThermalExpansion.java:119) at miscperipherals.core.MiscPeripherals.onLoaded(MiscPeripherals.java:641) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) I can post the whole listing of mods if that would be of use. Can anyone give me a hint what might be wrong or tell me where I should go for help? Thanks Quote
luacs1998 Posted April 20, 2014 Posted April 20, 2014 Problem with miscperipherals and TE, uninstall one or the other. Quote Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
MaxMacher Posted April 21, 2014 Author Posted April 21, 2014 That seemed to work. Thanks, again. Couple of ID conflicts but nothing I can't recreate or cheat in if I'm missing something. Quote
Recommended Posts
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.