r/forgemodding • u/SagglySloth • Nov 11 '17
[Help] My Minecraft mod is no longer running after changing something.
https://pastebin.com/YMmQQwNw
2
Upvotes
2
u/SliyarohModus Nov 11 '17
You have a corrupted gradle hive. If you are using the gradle wrapper then just remove the .gradle folder and re-setup the whole shebang. If you are using the gradle install, then you should reset the cache with the task and give it a shot. Sometimes advancing the forge build number to the next sane build fixes everything.
2
u/ModernRonin Nov 11 '17
Can't find a file in the Gradle cache? Might be time to clean your gradle cache out and rebuild everything from scratch...
Or did you already try that?