How to construct the liquidbounce problem
-
I used idea to build a liquidbounce, but I couldn't find the API- java.jar How to solve this problem
-
@wangtian297 what?
-
java.jar
-
-
@ohno No, it's the problem
![_]{O(UUY91P3IL56KCQ5}M.png -
open the build.gradle in the forge 1.8.9 folder
goto line 83
and change these linesfrom this:
implementation 'com.github.TheAltening:API-Java:master-SNAPSHOT' implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT' compile 'com.github.TheAltening:API-Java:api-2.0-SNAPSHOT' compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
to this:
implementation 'com.github.TheAltening:TheAltening4j:master-SNAPSHOT' implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT' compile 'com.github.TheAltening:TheAltening4j:api-2.0-22541fa70f-1' compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
This schoud fix it
-
@riodoro ...
its 4j... -
-
@ohno It's no use to him. Thank you
-
-
@riodoro Another question
-
This post is deleted! -
![)JO%SD7R()1{L
IXFB
Q76.png
How to solve this problem? I have compiled it successfully before, but now it is not clear that there is a problem -
try this build.gradle:
this one schould work
just put it in the forge-1.8.9 folder and try again -
@riodoro useless
-
-
change master-SNAPSHOT to d0771f42d3
because SNAPSHOT is crashed
you can use this link -
@gking what link
-
@gking said in How to construct the liquidbounce problem:
d0771f42d3
what link ? -
@gking what i Need to change, i have the extact same issue