Dominik523 Posted November 11, 2012 Share Posted November 11, 2012 Hey guys! I started with forge modding few days ago and I have a problem. I created topaz armor and I created it using this: TopazArmorHelmet = new ItemTopazArmorHelmet(TopazArmorHelmetID,EnumMatrialArmorTopaz, ModLoader.addArmor("Topaz"),0).setItemName("TopazArmorHelmet").setIconIndex(21); it works in singeplayer but when I try to put it on my server, it crashes and it says that ModLoader.addArmor is not the right thing to use for armor, I dont really remember what was in crash report anyways one guy typed on youtube that we need to use something like Porxy.addArmor, and I dont know how to use it. Can tell me what to do please? -Kindly regards, Dominik Quote Link to comment Share on other sites More sharing options...
domi1819 Posted November 11, 2012 Share Posted November 11, 2012 If you started Forge modding, why do you still use ModLoader? Quote Link to comment Share on other sites More sharing options...
Dominik523 Posted November 11, 2012 Author Share Posted November 11, 2012 I was watching tutorial from some guy who is doing forge modding tutorials and he was using that method Quote Link to comment Share on other sites More sharing options...
luacs1998 Posted November 12, 2012 Share Posted November 12, 2012 I recommend you follow the tutorials on our wiki. Quote Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to. Link to comment Share on other sites More sharing options...
Dominik523 Posted November 12, 2012 Author Share Posted November 12, 2012 ok thanks. Do I have to add proxyes to my common package too cuz I hve it only in client package. maybe I will be able to fix my problem Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.