Posted July 7, 201312 yr my texture for my mob is pointing to assets/slenderChicken/textures/entity/slenderChicken.png, but when I place it there, it still gives me a filenotfound exception I don't know what I should do it works in my workspace, but not when I compile and run in minecraft
July 7, 201312 yr if this is 1.6 you need to change "mods" to "assets" and "slenderChicken" must be lowercase "slenderchicken" MCP Location /mcp/src/minecraft/assets/slenderchicken/textures/entity/slenderChicken.png Zip/Jar Location /assets/slenderchicken/textures/entity/slenderChicken.png EDIT: redmen800 has a nice guide up, http://www.minecraftforum.net/topic/1878002-161forgeupdating-to-161-texturesinitialization/
July 7, 201312 yr Author "slenderChicken" must be lowercase "slenderchicken" even if the modid is slenderChicken?
July 7, 201312 yr "slenderChicken" must be lowercase "slenderchicken" even if the modid is slenderChicken? Yes, the folder name itself must be lowercase.
July 15, 201312 yr Author Zip/Jar Location /assets/slenderchicken/textures/entity/slenderChicken.png I put it in there, but the texture doesn't show on the mob in-game
July 16, 201312 yr May I please see your Slender Chicken mod class? http://i.imgur.com/gWwyMMO.jpg[/img]
July 16, 201312 yr Author yes sir: https://github.com/buster-the-dog/slenderchicken this is all my code
July 16, 201312 yr I'm not sure if this makes any difference but I think you should first register entity and then renderer.
July 16, 201312 yr What is the folder structure inside the zip/jar? http://i.imgur.com/gWwyMMO.jpg[/img]
July 16, 201312 yr Author http://adf.ly/S8Apv that's the download, the structure is the same as in the repo, but it has the assets folder
July 17, 201312 yr Change private static final ResourceLocation Texture = new ResourceLocation("slenderchicken","/textures/entities/slenderchicken.png"); to private static final ResourceLocation Texture = new ResourceLocation("slenderchicken","entities/slenderchicken.png"); Remove the /textures/. I found that the "/" causes a lot of problems with filenames http://i.imgur.com/gWwyMMO.jpg[/img]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.