Jump to content

Dominik523

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Dominik523's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Alright, thank you so much guys for replaying!
  2. Hey all! I have one small question. I'm new to modding with forge and I just wanna ask is there some list of all methods for modding? I mean on method for destroying the block, placing it etc... Thank you very much in advance! -Cheers, Dom
  3. Alright. Thank you for your answer.
  4. Hey! Can anyone tell my why NetworkMod cannot be resolved as a type? @Mod(modid = ModName.MODID, name = "ModName", version = "Pre-Alpha v0.1") @NetworkMod(clientSideRequired = true, serverSideRequired = false)
  5. 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
  6. I was watching tutorial from some guy who is doing forge modding tutorials and he was using that method
  7. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.