White blob armor ??

Sometimes, we all need a little general help.

Post Permalink
by TacoLover22 » 8/21/2012

Hi all, I am creating a new mod and I added in the correct png files in their correct place (minecraft armor) but when in game, the icons are fine, but when placed on the player, a white blob with the letter and number "G1" on it?
Please help, I need to get this mod out A.S.A.P

Thanks!
Image

Image
User avatar
Level 36
Artisan Taco
Posts: 175
Joined: 5/7/12

Post Permalink
by calibrix » 8/25/2012

Hi, you may/may not have fixed this so just in case,
You need to get the 2 files names 'material'_1 and 'material'_2 which is found in:
.minecraft\bin\minecraft.jar\armour

And rename them to whatever you made as your EnumArmourMaterial!

For example;
Code: Select all
public static final Item CopperHelmet = new ItemArmor(407, EnumArmorMaterial.COPPER, ModLoader.addArmor("Copper"), 0).setItemName("CopperHelmet");

Note where it says EnumArmorMaterial.COPPER, that means you would name the two files as Copper_1 and the other as Copper_2.

Once you have done this you can either edit them or save both files into your mcp\temp\bin\minecraft\armor folder AND your mcp1.3.2\jars\bin\minecraft.jar\armour folder!

Hope this helps, sorry if I over complicated it.. message me back if you still need help!
Level 1
New Miner
Posts: 2
Joined: 7/10/12


Return to General Help