Hardcore Ender Expansion

Hardcore Ender Expansion

2M Downloads

[INVALID] Hardcore Ender Expansion v1.6.2 Something Went Wrong...

Z1xt opened this issue ยท 4 comments

commented

I'm getting a crash when i use it with forge .1207 and it works when i use "Recomended" one.
But i need .1207 for other mods to work :/
http://pastebin.com/YtMQ9jsj

commented

It's a conflict, another mod isn't registering their blocks or items properly, not a problem of HEE.

commented

@chylex Any idia what this mods is? Becouse i don't see anything in the crashlog exept:
at chylex.hee.

commented

@chylex could you just add a try-catch inside the loop at OrbAcquirableItems.java:66 in case anyone registers their recipes incorrectly?
(or some if(x == null)'s, that would be a better solution)

commented

I'm adding some debug logging so you can pinpoint the incorrect block/item easier. The item basically doesn't exist, that's why it's impossible to know which item it is, but I can at least log other items in the recipe that aren't broken (assuming there are any).