jaquadro / GardenCollection

A collection of garden-themed mods for Minecraft Forge.
MIT License
24 stars 12 forks source link

Cleaner compatibility with AgriCraft #28

Closed InfinityRaider closed 9 years ago

InfinityRaider commented 9 years ago

Hello Jaquadro,

I decided to clean up my mod integartion code and now that AgriCraft has an API it's a lot cleaner to use interfaces and fml's @Optional annotations. This is a lot cleaner and less likely to throw NoClassDefExceptions.

jaquadro commented 9 years ago

Thanks for updating the integration. I've switched out my reflection-based integration for the API as well.

I hope my delay in merging this has not caused any issues. I needed to cool it on the modding for a while.

InfinityRaider commented 9 years ago

Thanks, and no problem.