Plugin development with forge mods

The main reason i started coding for Sponge was to sort of access mods with their plugins, but i couldn´t find any documentation about it.
I wanted to do something like ThaumicSponge, i tried to learn from this plugin code but i didn´t get how it works and i´m afraid it´s to advanced to me right know now but i really want to learn so if someone knows about some documentatios or tutorials please let me know :wink:
Could i do with Sponge something like a command that when executed looking at a batbox (from ic2) print the energy stored? Or it´s not possible?

*Sorry for the bad english :stuck_out_tongue:

So i’m guessing you have already found the Sponge Docs that the best place to learn the basics of the sponge API. As for using mixins you should absolutely read the documentation on mixins before you start.

I haven’t really touched mixins as of yet but i’m sure what you’re trying to do with IC2 is possible.

2 Likes

SpongeDocs don’t yet have a section for “playing nice with Forge mods”. This is an area we’d like to delve into, but we need contributors who understand and can accurately describe the process for others. So if your experimentation yields results, we’d be delighted to get some feedback to help improve documentation. Good luck!

1 Like

Pretty sure IC2 has its own API

Yeah, it has. I’ve read a good part of the mixin wiki and now i’m writing the plugin with ic2 api, hoping that it works! :grin: