
somewhatOfACoder
Members-
Content Count
2 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout somewhatOfACoder
-
Rank
Tree Puncher
-
uhhhh about that. there isn't an error anymore, so I can't show u a screenshot. However, I remember clearly that the error said something along the lines of the following: Error: typetools-0.8.1.jar specified in the classpath does not exist C:\\blahblahblah\.gradle\caches\modules-2\files-2.1\net.jodah\type-tools\0.8.1\d12de898d333cb7eb0e39a35db03c1e09d92d595\typetools-0.8.1.jar it wasn't an error that was spit out by the game, but by eclipse itself when trying to run the runClient thing
-
somewhatOfACoder joined the community
-
So I was playing around with my mod, and something magical happened. I got an error saying that typetools-0.8.1 didn't exist. After reading the error more thoroughly, I navigated my way to the jar file for typetools, and surprise surprise, typetools-0.8.1 didn't exist. typetools-0.8.3 had taken its place. I tried running the setup commands again, doing gradlew genEclipseRuns first, then gradlew eclipse The commands executed successfully, but there was no overall change. I still couldn't run my mod in the testing environment. So I searched for the error on google, and I wasn't surprised to see that there weren't any results. I then google for forge typetools. And BAM. There was the answer. typetools-0.8.3 had just been released. So I downloaded the jar file for 0.8.1, put it into the expected directory, and now everything is fine. However, I am unsure as to how to change the classpath so that I can use typetools-0.8.3 instead of the older 0.8.1 Could I get some help on this?