Posted April 30, 201312 yr Trying to change the sun/moon texture like I used to a long time ago, but it doesn't work. Has the coding changed since? I used: public void getSunTexture() { return "/custom_sun.png"; } Placed the file inside "minecraft.jar" and inside minecraft.jar's "environment". All failed, can anyone help?
May 1, 201312 yr I haven't worked with things the way you're working with them, but pulling up the code I have... Which is subclassing a Mystcraft thing and is a custom renderer I've got GL11.glBindTexture(GL11.GL_TEXTURE_2D, var1.getTexture("/mods/CustomCelestials/textures/environment/custom_moon_phases.png")); And I can put the texture inside my packaged zip. Not sure that'll help you any, though. :\ 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.
May 1, 201312 yr Texture path correct? return "/environment/custom_sun.png" http://mag.racked.eu/cimage/i6000/Achievement++get%21/Newb+Modder%21/mca.png[/img]
May 1, 201312 yr Author Alright, it doesn't work, I think the String version requires DimensionAPI or something. Any other suggestions?
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.