How to package LiquidBounce build into a jar file
-
@ra2_ifv said in How to package LiquidBounce build into a jar file:
I want run LiquidBounce on my own client
Elaborate.
@ali00035 he wants to build jar
-
@ra2_ifv Do you want to compile LiquidBounce? There should be a tutorial on the forum about it. If you want to copy LB features to your own client, you need some Java knowledge.
-
Just open cmd at your code location and input"gradlew build"into your cmd
You can find it at 1.8.9-Forge/build/libs -
Just open cmd at your code location and input"gradlew build"into your cmd
You can find it at 1.8.9-Forge/build/libs@xiaozhanyi said in How to package LiquidBounce build into a jar file:
Just open cmd at your code location and input"gradlew build"into your cmd
You can find it at 1.8.9-Forge/build/libsYou have to do
gradlew setupDevWorkspace idea genIntellijRuns
first.Plus it's not in 1.8.9-Forge anymore.
-
@aftery said in How to package LiquidBounce build into a jar file:
you have to know what you're doing first to reply
Eh 29 day reply.
The reason I wrote that was because just doing gradlew build didn't work for me, if it does work for you then it's my issue.