Posted August 17, 201312 yr 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?
August 17, 201312 yr mods/DeepStorageTanks/textures/blocks/ So, this is the expected folder. Obviously, itself in the src folder when in dev.
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.