Создание мода

Версия Minecraft
1.12.2
81
1
15
Пожалуйста объясните как начать делать мод . Что где скачать и т.д
 
3,005
192
592
Ошибку выдает?
Да?
А можно увидеть ошибку?
Мы не экстрасенсы, что бы помогать без показа ошибки..
 
81
1
15
gradlew.bat setupDecompWorkspace eclipse
gradlew.bat : The term 'gradlew.bat' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check 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.bat setupDecompWorkspace eclipse
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (gradlew.bat:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Suggestion [3,General]: The command gradlew.bat 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.bat". See "get-help about_Command_Precedence" for more details.
 
81
1
15
а вот что выдаёт при испольозвании другой команды

./gradlew setupDecompWorkspace eclipse
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: The Gradle Daemon - Gradle User Guide Version 2.14.
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at The Gradle Daemon - Gradle User Guide Version 2.14
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
 
683
3
21
gradlew.bat setupDecompWorkspace eclipse
gradlew.bat : The term 'gradlew.bat' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check 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.bat setupDecompWorkspace eclipse
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (gradlew.bat:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Suggestion [3,General]: The command gradlew.bat 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.bat". See "get-help about_Command_Precedence" for more details.

Он ругается на имя попробуй написать команду gradlew setupDecompWorkspace eclipse без .bat
 
81
1
15
Он ругается на имя попробуй написать команду gradlew setupDecompWorkspace eclipse без .bat
вот что выдало(


gradlew setupDecompWorkspace eclipse
gradlew : The term 'gradlew' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check 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 eclipse
+ ~~~~~~~
+ 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.
 
7,099
324
1,510
Используешь idea или eclipse?
 
Сверху