Crash with the latest Thermal Expansion
Neodark7 opened this issue ยท 9 comments
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
You should fix this now. You should not be reflecting into that class to register your recipes. Use
instead.
"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 ! >.<
ProjectRed #62 Not Fix this(
How to apply this fix ? Download source corrected the desired files and then what?
Fixed via 5e5f0de