Posted November 11, 201212 yr 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
November 11, 201212 yr Author I was watching tutorial from some guy who is doing forge modding tutorials and he was using that method
November 12, 201212 yr I recommend you follow the tutorials on our wiki. 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.
November 12, 201212 yr Author 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
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.