[quote=@whizzball1] today in [s]being an intern[/s] being jonan I took the SAT! I believe I did very well, and I had a lot of time to recheck my work, so I could painstakingly check over every answer and work out my reasoning. In so doing I fixed the answers to the questions I had previously been uncomfortable with. I had so much time left over during the second part of the math test that I used trial and error for one question I was having trouble with. I'm a bit disappointed about that, but if it works, it works. [/quote] Oh yeah, you got to take the new SAT. I forgot they did that. [quote=@whizzball1] >uses the caret and "this" in the same post In that case, it should be totally possible. Just find where the assets are stored in 1.6.4, find where they're stored in 1.7.10, see if you can figure out the pattern, and inject the assets. After the first three steps I outlined, if you believe the assets rely on file names or that their positions must be specified by code, find out how to decompile the *.jar. Then you can search through the code. Using the Windows search function to find a particular filename should work if you believe it relies on file names. Then you can figure out the pattern for the code and work from there. [/quote] Decompiling and reading jar files is going to be a not fun time.