[MODDING] Dimensions, ModLoader, Images, HELP!

Sometimes, we all need a little general help.

Post Permalink
by chapfilms » 8/10/2012

Being a novice modder I have some simple questions.

1: What are the dimensions for a Minecraft item? (In Pixels)
2: When making a mod with ModLoader and ModLoaderMP, where do you place the image files? (For items, blocks and such)
User avatar
Level 1
New Explorer
Posts: 4
Joined: 6/27/12

Post Permalink
by sed11 » 8/10/2012

Place the image files in a folder inside the minecraft.jar in the MCP files.



So, if you made the location of where they are in the code something like "/item/sword.png", you would put sword.png into the item folder, and if its a different folder name and not one in the .jar already you would make a new folder, or if you just put "/sword.png", it would be inside the .jar and not inside any folders.

And I think the dimensions for the image would be 16x16. (Height and width are 16.)
Image

Image

Image

Image

Image

Creepers gonna Creep!
User avatar
Forum Moderator
Level 56
Grandmaster Creeper
Posts: 6595
Joined: 7/9/11
Minecraft: cjw12


Return to General Help