Posted March 7, 20223 yr Hi, there is a question - How to configure ForgeGradle so that it works Offline anywhere at any time? That is, how can I download everything I need and what necessary parameters need to be specified in build.gradle? Minecraft version 1.16.5 ForgeGradle version 5.1.+ Forge version 36.2.29
March 7, 20223 yr 32 minutes ago, niki119 said: Hi, there is a question - How to configure ForgeGradle so that it works Offline anywhere at any time? That is, how can I download everything I need and what necessary parameters need to be specified in build.gradle? you need to overwrite the gradle settings, in Eclipse you can set it when you import the project, in intellij i'm not sure
March 7, 20223 yr Author 38 minutes ago, Luis_ST said: you need to overwrite the gradle settings, in Eclipse you can set it when you import the project, in intellij i'm not sure Not very useful, but thanks, I already knew that I needed to configure something
March 7, 20223 yr Author 2 hours ago, Luis_ST said: you could also try to add --offline Oh, I probably explained it badly, but I meant what to do after that? For example, I don't have the Internet, but I have the necessary libraries, I have already enabled --offline and added libraries via classpath and dependencies to the project, but the ForgeGradle plugin still tries to download something from the Internet...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.