官方网址GitHub网址 FDPClient A free mixin-based injection hacked-client for Minecraft using Minecraft Forge based on LiquidBounce. Website:fdpinfo.github.io Latest build:beta-version Discord:discord.gg/fdpclient Installing FDPClient Clickherefor instructions on how to install FDPClient The staff team ...
For IntelliJ:gradlew --debug setupDevWorkspace idea genIntellijRuns build For Eclipse:gradlew --debug setupDevWorkspace eclipse build Open the folder as a Gradle project in your IDE. Select the Forge run configuration. Additional libraries
Latest build: beta-version Discord: discord.gg/fdpclient Installing FDPClient Click here for instructions on how to install FDPClient The staff team Click here to find learn about FDPClient's team Issues Found a bug or have an idea for a new feature? You can let us know by clicking her...
chore: upgrade build system and dependencies (#310) 3年前 settings.gradle #3 2年前 README GPL-3.0 FDPClient A free mixin-based injection hacked-client for Minecraft using Minecraft Forge based on LiquidBounce. Installing FDPClient The staff team Issues Facts License Setting up a Workspace...
build: runs-on:ubuntu-latest steps: -name:Checkout repositoryand submodules uses:actions/checkout@v4 -name:Checkout repository uses:actions/checkout@v2 with: submodules:recursive -name:Setup java uses:actions/setup-java@v4 -name:Java setup ...
Insights Additional navigation options Files main .github docs gradle libs src .gitattributes .gitignore LICENSE README.md build.gradle gradle.properties gradlew gradlew.bat settings.gradle Latest commit Cannot retrieve latest commit at this time. ...
If you are using Intelij run the following command gradlew --debug setupDevWorkspace idea genIntellijRuns build Open the folder as a Gradle project in your IDE. (Make sure that your IDE is using Java 8, if not then it will have issues) Select the Forge run configuration.Troubleshooti...
Latest build: beta-version Discord: discord.gg/fdpclient Expand Down 3 changes: 3 additions & 0 deletions3docs/TEAM.md Original file line numberDiff line numberDiff line change Expand Up@@ -23,6 +23,9 @@ DEV | https://github.com/contionability ###DinoFeng DEV |https://...
val clientVersionText = gitInfo["git.build.version"]?.toString() ?: "unknown" val clientVersionNumber = clientVersionText.substring(1).toIntOrNull() ?: 0 // version format: "b<VERSION>" on legacy @@ -71,7 +71,7 @@ object FDPClient { * Defines if the client is in development mo...
6 changes: 3 additions & 3 deletions 6 build.gradle Original file line numberDiff line numberDiff line change @@ -87,13 +87,13 @@ dependencies { include("org.knowm.xchart:xchart:3.8.8") // HTTP Client include("com.squareup.okhttp3:okhttp:4.10.0") { // for Kotlin 1.6.20 ...