Posted June 12, 201312 yr I have set-up my Eclipse modding environment according to this tutorial: And I was wondering where to put my mod textures. I tried making a resource folder then adding mods/myrmecology (the mod name)/textures/blocks and then adding my texture there but it won't show up in-game. I have confirmed that I'm registering an icon with the correct name and directory. Where do my textures go with this non-standard modding environment? "Thinking that coding is the nerdy IT guy at work rebooting your computer is like thinking that music is what happens when the piano tuner comes round." - Ed Rex
June 12, 201312 yr When you start to test your mod, at the console, it will tell that it searched for your items textures, if yout take a look, you will see where is it But i think that if you put /mods/yourmodname/textures/items/mod.png or /textures/items/mod.png Ps: the image dont need to be mod.png
June 12, 201312 yr You seem to need to put it into the same source folder as your code since the 1.5 (at least I've been unable to get it to work like that) (just showing my packages for an example of what i mean) in textures there are /items/ and /blocks/ sub directories. github
June 13, 201312 yr Author Thanks Yagoki, that worked! "Thinking that coding is the nerdy IT guy at work rebooting your computer is like thinking that music is what happens when the piano tuner comes round." - Ed Rex
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.