yrsegal / NaturalPledge

The successor to Botanical Addons.
6 stars 6 forks source link

Botania internal refactor of proxy breaks NP #7

Closed williewillus closed 8 years ago

williewillus commented 8 years ago

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 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..

yrsegal commented 8 years ago

What you refactored just required me to change stuff to work with the new syntax. Not a problem.