Posted January 20, 20169 yr Hi guys! I'm fairly new to modding (started only three days ago!), and I'm having some issues with my current project-- it may also be of note that I'm not proficient in Java. Anyway, my problem that is impeding any more progress on my current project is that at a distance of ~4 blocks (changes with time of day), my saplings do not render properly and seemingly twist around the center of the block. If anyone can provide some assistance, I would greatly appreciate it! I'll also attach the code for one of the saplings as well as an image for reference. Thanks in advance! Normal: http://imgur.com/ewJEaEi Blurry: http://imgur.com/XbiXcEk http://pastebin.com/cgtBXYtk Edit: a word.
January 21, 20169 yr Java != Javascript 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 21, 20169 yr Are you sure your texture is 16x16? The image is not blury. You can get that effect (Slanted image) if the width of the texture you send to the graphics card is a number that isn't divisible by 4(As it expects it to be 16x16 and you have sent a say 15x16 so it uses the first pixel of the 2nd line as the last pixel of the first line, etc). All of the icon textures in your mod should be 16x16. -Stu MCI Craft (Curse) | MCI Craft (Website)
January 21, 20169 yr Author Yep, that worked. Not sure why it wasn't 16x16 in the first place but thanks for the help!
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.