I refactored it this latest build to get rid of the silly CommonProxy pattern, which changed the class of the field NP compiles against from CommonProxy to IProxy
Just a heads up as I just tried to start a modpack up and NP would crash due to that field shifting class.
Ideally tell me what you need from there and it should get lifted into the API..
NP seems to be using Botania's internal proxy.
I refactored it this latest build to get rid of the silly CommonProxy pattern, which changed the class of the field NP compiles against from
CommonProxy
toIProxy
Just a heads up as I just tried to start a modpack up and NP would crash due to that field shifting class.
Ideally tell me what you need from there and it should get lifted into the API..