Posted January 3, 201411 yr my name is la_dead and me and my friend are trying to work out a error that we get when trying to add a texture to are entity the code is private static final ResourceLocation miner = new ResourceLocation("red_raven:/miner.png");
January 3, 201411 yr new ResourceLocation("red_raven:/miner.png"); Remove the slash. You don't need it. The colon is automatically converted into a slash (among other things). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 3, 201411 yr Author we have tried that and the .png is in resources here is the github link https://github.com/thefoothing/thefoothing_ryker/tree/master/git%20minecraft
January 3, 201411 yr Do you know where textures go in 1.6.4? You need to do the same thing in 1.7, only now it's inside that resources folder. You can't just stick textures any old place and expect Minecraft to find them with magic. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 4, 201411 yr /resources/[same/path/as/1.6.4] Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 4, 201411 yr i put it in /resources/assets/TheFooThing_Red Raven/textures/entity and i use red_raven:miner.png and it dosen't work
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.