Posted February 22, 201510 yr I am attempting to change the texture based on whether the graphics mode is. I am reading it with @SideOnly(Side.CLIENT) public void setGraphicsLevel(boolean fof) { this.isFancy = fof; TPDWSP.logger.log(Level.INFO, "Changed graphics level"); } (the logger works) and it is not being triggered. How do I get it to trigger? and how do I change the texture when it does?
February 22, 201510 yr If the log is printed to the console, then the error is not in that snippet. QED. 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.
February 22, 201510 yr Example: https://github.com/SlimeKnights/TinkersConstruct/blob/master/src/main/java/tconstruct/world/blocks/OreberryBush.java Registers different icons for fast/fancy and on the getIcon method it checks for fancy graphics and returns the icon accordingly
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.