Jump to content

[Solved] Trouble getting textures onto my block.


lendrick

Recommended Posts

I'm having some trouble getting my block to be textured.  I had it working initially but then I moved the texture directory somewhere else and it broke, and now I have no clue where it was initially.  I've tried following the instructions in the tutorials as closely as possible, but I had to dig back through the history to get a 1.5.2 tutorial and I'm not sure if the current version of the eclipse page (which tells you what to do to get the textures into the project) is correct for 1.5.2 or not. I'm getting these messages in the log:

 

2013-08-17 13:53:41 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file mods/DeepStorageTanks/textures/blocks/dst_top.png, but that file does not exist. Ignoring.
2013-08-17 13:53:41 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file mods/DeepStorageTanks/textures/blocks/dst_bottom.png, but that file does not exist. Ignoring.
2013-08-17 13:53:42 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file mods/DeepStorageTanks/textures/blocks/dst_side.png, but that file does not exist. Ignoring.

 

Here's my source code:

 

https://github.com/lendrick/deep-storage-tanks

 

The relevant file:

 

https://github.com/lendrick/deep-storage-tanks/blob/master/lendrick/deepstoragetanks/block/BlockDeepStorageTank.java

 

Can anyone take a look and help me figure out what I'm doing wrong?

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.