Erm, @
Reika, I'm having an issue here. I've got a
crash report from IntelliJ when I try to launch from the IDE, and its pointing me to something in RotaryCraft regarding armour. I've got both DragonAPI and RotaryCraft linked up properly, and I can include things from them just fine, though IntelliJ seems a tad anal about using full qualification for imports, and they're in the output's mods folder as my mod won't work without them...which I believe is how its supposed to be since its an addon and thus depends on both of them. Got any hints as to what might be going wrong here? The only thing my mod has in it, currently, its really
really basic item (no interactions with anything, just kinda there) called a Spanner, soooooo...I'm sorta leaning away from it being a problem there. Only thing in my mod currently that I think
may be an issue is my ItemRegistrar class, but all that does is act as a place to encapsulate all my item loading so the loading methods in my main mod class look pretty.