Jump to content

Search the Community

Showing results for tags 'armour'.

  • Search By Tags

    • armour ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 11 results

  1. I am wanting to give the armour in my mod special properties, but I have no idea how to do so. For the first armour set I want it to be the case that when the full set is worn it has the properties of a carved pumpkin, making it so you won't aggravate endermen when you look at them....
  2. Title explains it all, I think. I'm attempting to make an armor set that extends from DyeableArmorItem instead of ArmorItem and for some reason the armor model's color is not changing in-game. While the dye crafting recipes work, the resulting "tint colors" are not showing up on my character or...
  3. Hello there! I'm making an addon/connector between Epic Knights and TerraFirmaCraft, and I've already done initial release but now while working on retexturing Epic Knights' armor to match with TFC artstyle I've encountered a problem which is in the title. I tried to replace a vanilla armor with my...
  4. Im currently making a mod where i'm attempting create a class extending ArmorItem that adds a function teleporting any mob that attacks the player a certain distance, however i'm having issues with finding a method that checks if the player has taken damage or been attacked, let alone then checking...
  5. Hi, I need suggestions. I am a beginner in Minecraft Modding. I would like to apply custom effects to some armors, something like: more chance to drop seeds, change zombie awareness, drop more pieces of wood when chopping logs, and things like that. How would you recommend me to do it, is there...
  6. Hi! I’m looking to commission a custom Minecraft mod for version 1.19.2 on Forge. I want to have a balanced Copper tools and armor mod that snugly fits the copper tier between the Stone/ Chainmail and Iron Tiers. Here are the stats I have planned: - Copper Helmet: 2 Armor Points, 121 Durabilit...
  7. I have a problem, I am trying to put two different effects to two different armors but when I run it only the emerald armor effect works. This is the code public class ModArmorItem extends ArmorItem{ private static final Map<ArmorMaterial, MobEffectInstance> MATERIAL_TO_EFFECT_MAP =...
  8. I'm trying to apply effects to the emerald armor but it doesn't work, I read that the onArmorTick() method doesn't work anymore, but I tried with inventoryTick, onInventoryTick and onArmorTick but they don't apply the effect either, I don't know if I'm writing it wrong, so I need help to fix it....
  9. Hello. I am trying to read the value (durability) from a config file for an Shield Item. I cant get the code to work and i need some help. So I just need help on how to call the value from the config file. The code from the Config file works absolutely fine. Here is the code of my Shield Item gettin...
  10. Hi, first of all apologies for my inexperience with modding in general but.. Could somebody help explain how I could change the colour of a piece of armour based off of its NBT colour tab (along with it's item), just like how leather armour works in vanilla. I'm doing this in 1.20.1 using...
×
×
  • Create New...

Important Information

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