Posted May 14, 201312 yr when i put my mod in my mod folder it doesn't load the mod, in the multimc console it says its a no mod file (i save it in a .zip) source code: https://github.com/Matthbo/Magilution inside the zip: matthbo >> my package for this mod textures >> the textures for this mod mcmod.info
May 14, 201312 yr My guess is this: @Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.VERSION) I don't know if you can do that or not. Someone more knowledgeable than I would know. You also don't have an @Instance annotation, which may be at fault too. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 14, 201312 yr Author i added the @Instance but it still doesn't work! this @Instance looks like this: @Instance("Magilution") public static Magilution instance;
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.