-
Content Count
3 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout GrigLog
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
GrigLog started following Get mod folder
-
Hi. How can I get the location of the current "mods" directory at the stage of coremods construction (before pre-initialization)? Tried new File(System.getProperty("user.dir") + "\\mods") but it only works for Windows users (mac os and linux filesystems are kinda scattered)...
-
Nvm, using vpn can help sometimes (50/50)
-
GrigLog changed their profile photo
-
Hi, Im importing mods from git, and trying to build them, but it never succeds and I have to resolve all the dependencies manually (which is a pain). As gradle's logs says, the problem is that https://minecraft.curseforge.com/api/maven always returns 503 code... For example, importing Botania produces a lot of errors like this: Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not HEAD 'https://minecraft.curseforge.com/api/maven/top/theillusivec4/curios/curios/FORGE-1.16.1-3.0/curios-FORGE-1.16.1-3.0.pom'. Received status code 503 from server: Service Temporarily Unavailable (full log in attached file if youre interested) And its not a single event, this repo is never available for me, no matter what I do... May the server really be turned off/closed, or am I missing something? buildLog.txt