Project Red - Exploration

Project Red - Exploration

27M Downloads

Crash with the latest Thermal Expansion

Neodark7 opened this issue ยท 9 comments

commented

It seems a recent version of Thermal Expansion has changed the root package for its classes.
Project Red expects thermalexpansion.util.crafting but in that version of TE it's cofh.thermalexpansion.util.crafting. You need to backdate TE to 4.0.0B8-23

commented

I will fix this once TE is out of beta.

commented

You should fix this now. You should not be reflecting into that class to register your recipes. Use

https://github.com/CoFH/CoFHLib/blob/master/src/main/java/cofh/api/modhelpers/ThermalExpansionHelper.java

instead.

commented

"I will fix this once TE is out of beta." seriously ? the last stable release was like 9 month ago and it was for 1.6.4 ! >.<

commented

In which case I will fix it now

commented

ProjectRed #62 Not Fix this(

commented

How to apply this fix ? Download source corrected the desired files and then what?

commented

Fixed via 5e5f0de

commented

Thanks MrTJP! I appreciate the quick fix.