Crafting Tweaks

Crafting Tweaks

106M Downloads

Error in the log file: java.lang.NoSuchFieldException: ct

Tsyklop opened this issue ยท 1 comments

commented

This is the result of how mod support was added in the past. Whenever mods change their internal names, I also have to change them on my side. Starting from 1.8.9, I'm pushing to get mods to implement support from their side (I wrote a new API for that) and reducing the need for Java Reflection, which is causing the issue.

Either way, the 1.7.10 versions of my mods are frozen as I've moved on to 1.8.9. I'm only fixing critical issues (exploits and crashes) in the old versions these days.