Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

snipermine

Members
  • Joined

  • Last visited

Everything posted by snipermine

  1. I need to know how to register it as an entity
  2. I think it was what i need to put in the Main Class. I had the MynameArrow.class working fine. but the base class wasnt working
  3. Can anyone tell me how i can make a custom arrow? I tried to use the vanilla code and edit it but that didnt work .
  4. Hey guys, i need help making my item id's work with : i want to have my swords say be 4000 and 4000:1 how do i do this?
  5. Guys its not what folders i have or in what order its this. } public void updateIcons(IconRegister iconRegister) { itemIcon = iconRegister.registerIcon("jerrymod:Olive"); } } Is this what you guys are using for your texture registering? Also this isnt in mcp i have already compiled it.
  6. He's trying to put them in the zip file to distribute. Yea that is for mcp i have already compiled it. this is what i have to find the texture } public void updateIcons(IconRegister iconRegister) { itemIcon = iconRegister.registerIcon("jerrymod:SlimeTamer"); } }
  7. What i have is mods jerrymod textures items blocks armor The armor and blocks work. The items dont!
  8. I compiled my mod and the textures don't work? They work in eclipse just fine!
  9. I had the same problem. It was as simple as i didn't make it a .zip it was a .rar worth a shot
  10. I set the number to 3 because thats the helmet. i did try lots of other ones though
  11. I tried it and it wont work
  12. package JerryMod; import java.util.List; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.EnumArmorMaterial; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemStack; import net.minecraft.util.DamageSource; import net.minecraft.util.StringTranslate; import net.minecraftforge.common.IArmorTextureProvider; import net.minecraftforge.common.ISpecialArmor; public class JerrysArmor extends ItemArmor implements ISpecialArmor { public JerrysArmor(int par1, EnumArmorMaterial par2EnumArmorMaterial, int par3, int par4) { super(par1, par2EnumArmorMaterial, par3, par4); this.setCreativeTab(JerrysMod.CreativeTab); } public String getArmorTextureFile(ItemStack itemstack) { if(itemstack.itemID == JerrysMod.SlimeHelmet.itemID || itemstack.itemID == JerrysMod.SlimeChestplate.itemID){ return "/mods/jerrymod/textures/armor/Slime_1.png"; } if(itemstack.itemID == JerrysMod.SlimeBoots.itemID){ return "/mods/jerrymod/textures/armor/Slime_2.png"; } if(itemstack.itemID == JerrysMod.SlimeLeggings.itemID){ return "/mods/jerrymod/textures/armor/Slime_2.png"; } else return null; } public String getItemDisplayName(ItemStack par1ItemStack) { String var2 = ("\u00a7a" + StringTranslate.getInstance().translateNamedKey(this.getLocalizedName(par1ItemStack))).trim(); return var2; } @SideOnly(Side.CLIENT) public void damageArmor(EntityLiving entity, ItemStack stack, DamageSource source, int damage, int slot){} public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean i) { list.add("Infinite Durability"); } } ================================================= public class JerrysArmor extends ItemArmor implements ISpecialArmor { The JerrysArmor is giving me an error? any help?
  13. I have access to both the mods src etc.
  14. Alright sweet! ill test it tomorrow
  15. Hello. I am trying to make a patch for 2 mods. I want to be able to use items from 1 mod to make items in the other mod. I know this is possible. It has been done in gregtec. If anyone knows how to do this please let me know!
  16. I am trying to make it so that my sword can't be used in an anvil. Is this possible?
  17. Thanks!
  18. Im a bit of a noob to modding. Do I edit the Ispecialarmor class? Or is it somthing i create? Or how does this work?
  19. Im a bit of a noob to modding. Do I edit the Ispecialarmor class? Or is it somthing i create? Or how does this work?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.