Jump to content

JeffLee

Members
  • Posts

    0
  • Joined

  • Last visited

JeffLee's Achievements

Newbie

Newbie (1/8)

0

Reputation

  1. Hello, I'm trying to add emerald armor to my mod this is the line of code in ItemBase.java: public static final ArmorMaterial ARMOR_MATERIAL_EMERALD = EnumHelper.addArmorMaterial("armor_material_emerald", "minecraft:emerald", 35, new int[]{3, 6, 8, 3}, 10, SoundEvents.ITEM_ARMOR_EQUIP_DIAMOND, 0.0F); But when I launch the game the layer1 and 2 of my armor don't load. Layer 1 and 2 location and names: <MyMod>\src\main\resources\assets\evm\textures\models\armor\emerald_layer_1.png <MyMod>\src\main\resources\assets\evm\textures\models\armor\emerald_layer_2.png Can someone help me please?
×
×
  • Create New...

Important Information

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