не возможно скопировать mcmod.info

Версия Minecraft
1.12.2
683
3
21
Я запускаю run client и мне выдает такую ошибку ему видимо что-то не нравится в моей версии указанной в mcmod.info:unsure:
Gradle (Groovy):
[




{
  "modid": "Ar",
  "name": "Ancient remains",
  "description": "none XD",
  "version": "${0.0.1}",
  "mcversion": "${1.12.2}",
  "url": "",
  "updateUrl": "",
  "authorList": ["tiref"],
  "credits": "Mod for ancients",
  "logoFile": "",
  "screenshots": [],
  "dependencies": []
}
]
 
Краш-лог
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processResources'.
> Could not copy file 'C:\Ancient remains\src\main\resources\mcmod.info' to 'C:\Ancient remains\build\resources\main\mcmod.info'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 28.33 secs
Failed to parse template script (your template may contain an error or be trying to use expressions not currently supported): startup failed:
SimpleTemplateScript1.groovy: 6: unexpected token: 1 @ line 6, column 24.
\"version\": \"${0.0.1}\",
Краш-лог:
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processResources'.
> Could not copy file 'C:\Ancient remains\src\main\resources\mcmod.info' to 'C:\Ancient remains\build\resources\main\mcmod.info'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 28.33 secs
Failed to parse template script (your template may contain an error or be trying to use expressions not currently supported): startup failed:
SimpleTemplateScript1.groovy: 6: unexpected token: 1 @ line 6, column 24.
     \"version\": \"${0.0.1}\",
1,470
19
189
как вариант: создать переменную meta типа ModMetadata. в preInit meta = event.getModMetadata() и дальше уже сетать.
 
10
10
@link на сайте с большой, а так со строчной.Bот насчет пробела черт его знает после изменения названия папки мне не придется опять выполнять setupDecompWorkspace итп?
По идее нет. Если не получится, можешь попробовать, как никс написал. Вот пример.
Кстати, покажи еще mcmod.info полностью.
 
148
2
6
У меня та же проблема, но я решал эту проблему без удаления и прочего, просто я что-то сделал, но не помню.
 
1,159
38
544
Сверху