sciguy1121 / Community-Mod-1

Community Mod 1
GNU Lesser General Public License v3.0
10 stars 16 forks source link

Edited CommunityMod.java #199

Closed DeathSeeker512 closed 11 years ago

DeathSeeker512 commented 11 years ago

So whenever I had issues with having this mod work with my other mods I found that there was a problem with the @Instance so I changed it to @Instance(Reference.modid) and that fixed the issue I had.. So it will probably work with other people's mods as well.

sciguy1121 commented 11 years ago

We are using a special setup, covered here: http://www.youtube.com/watch?v=KsNr6ifC2aM

This might fix the issue

DeathSeeker512 commented 11 years ago

sorry about the other commit... it really does nothing anyways the issue wasn't really my setup as much as it saying cannot static communityMod.common.CommunityMod.instance from (class again) into mods.tut.mod.Tutorial, but putting the (Reference.modid) fixed it...

DeathSeeker512 commented 11 years ago

well i am going to re do it then.. and let you know