Posted July 25, 201312 yr I'm trying to make a mod that will give custom renderer to all items that doesn't have a custom renderer yet, so to do that i want to change my mod's loading priority so that it'll be loaded first, and later any mod that adds custom item renderer will be able to override mine. So how do i do it?
July 25, 201312 yr Author you mean something like this? @Mod(modid=myModID, name=myModName, version="1.0.0", dependencies="before:*") i can see in the dependencies's definition it says "(see modloader's "priorities" string specification)" i can't find that modloader's priorities string specification anywhere
July 25, 201312 yr Yea i'm just geussing here because I can't find it either but I do know that after:* works this should help a little bit. http://forums.technicpack.net/threads/how-do-i-specify-when-my-mod-loads.13910/
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.