Posted April 5, 20205 yr I downloaded forge mdk 1.14.4 and in the folder where I put the extracted files from winrar forge mdk I held shift and the right mouse button opened windows power shell typed ..gradlew setupDecompWorkspace .. and an error popped up which I placed below and I have downloaded jave, I have jave jdk I have , JAVA_HOME, in system variables and I don't know why this doesn't work. PS F:\mody mc tw> gradlew setupDecompWorkspace gradlew : The term 'gradlew' is not recognized as the name of a cmdlet, function, script file, or operable program. Che ck the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + gradlew setupDecompWorkspace + ~~~~~~~ + CategoryInfo : ObjectNotFound: (gradlew:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Suggestion [3,General]: The command gradlew was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\gradlew". See "get-help about_Command_Precedence" for more details. PS F:\mody mc tw>
April 5, 20205 yr setupDecompWorkspace is no longer used. The Forge docs have correct information as far as getting started goes: https://mcforge.readthedocs.io/en/1.14.x/gettingstarted/ Also, using Powershell, when accessing a program in the currect directory (folder), you must use .\ in front of the command name, i.e. .\gradlew
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.