Jump to content

[Unsolved] Texture location with non-standard modding environment


SamTebbs33

Recommended Posts

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

Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

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)

tK99Skd.png

(just showing my packages for an example of what i mean)

 

in textures there are /items/ and /blocks/ sub directories.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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