Update to 1.6.4 and VERSE
I updated all of my Minecraft Mods to version 1.6.4.
It was a long and tedious process. So what happened initially, is that I formatted my Windows 7 partition and forgot to save my source code. So I reinstalled Win7, upgraded to Win8--then got the update to 8.1.
SO I completely rewrote all of the mods from scratch. But it was a good experience. I've learned so much more about programming over the past year so it was a good way for me to apply what I learned in structuring my code and making it much cleaner than it used to be.
VERSE is a new project I am working on my Minecraft. I am announcing its existence, but not too much info just yet. But basically it is in a very very alpha stage (version 0.1). It is a Library External Jar I am building that is to be used by Mod Developers as a Universal Library for documenting known incompatible mods with their own mod. VERSE will compile an array of all incompatible mods from all mods using Verse, and check if any of the incompatible mods are loaded. At this point it is in an infant stage so either it will throw an exception to crash the game to let you know, or it will simply log to console that their are incompatibilities, depending on if you set your list to be STRICT = true/false.
In the future, I plan for it to do more to prevent incompatibilities. I will keep you updated on the progress as it may take awhile. It is a side project I am doing as a hobby as one more thing to add to my portfolio to land that awesome programming job one day. So Thanks for supporting me and downloading my mods!











