When running Minecraft Forge and Minecraft Exteneded, I get a crash.
After about 10 minutes of debuggnig and fixing, I figure out the problem.
ItemSpriteAPI (in MCF) uses the ra and bb classes.
Minecraft Exteneded uses the same classes.
These classes are used for rendering items. If I install MCF's ra and bb classes over the MCE one's, these graphics are fine but everything else added by mods isn't.
If I do it the opposite way. (MCE over MCF), then IC2 graphics do not display correctly.
IC2 is the only mod I use that uses the ItemSpriteAPI feature, which is why I am turning to these developers for assitance.
The soultion I think would work: using normal ModLoader graphic loading, or releasing this feature on a seperate thread or something like that.
Thanks for assitance,
coolcat99