- 1
- 0
Здравствуйте, новичок на этом форуме и в целом в моддинге, недавно наткнулся на этот форум и решил тоже научиться создавать моды, пару дней учил базу и джаву, и теперь хотел создать какой нибудь простенький мод на меч со своей способностью, но выдает такая вот ошибка:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A problem occurred configuring root project 'untitled'.
buildscript of root project 'untitled' > fabric-loom:fabric-loom.gradle.plugin:1.17.11
- Incompatible because this component declares a component for use during compile-time and the consumer needed a component for use during runtime
- Other compatible attribute:
- Doesn't say anything about org.gradle.plugin.api-version (required '9.2.1')
- Variant 'runtimeElements' declares a library for use during runtime, compatible with Java 21, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares a component, as well as attribute 'org.gradle.plugin.api-version' with value '9.5.0' and the consumer needed a component, as well as attribute 'org.gradle.plugin.api-version' with value '9.2.1'
- Variant 'sourcesElements' declares a component for use during runtime, and its dependencies declared externally:
- Incompatible because this component declares documentation and the consumer needed a library
- Other compatible attributes:
- Doesn't say anything about its elements (required them packaged as a jar)
- Doesn't say anything about its target Java version (required compatibility with Java 25)
- Doesn't say anything about org.gradle.plugin.api-version (required '9.2.1')
* Try:
Без понятия что делать, вроде понимаю, а вроде нет, ии только говорит поменять какойто код на какойто, а толку ноль, помогите кто разбирается пожалуйста
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A problem occurred configuring root project 'untitled'.
Could not resolve all artifacts for configuration 'classpath'.
Required by:Could not resolve net.fabricmc:fabric-loom:1.17.11.
buildscript of root project 'untitled' > fabric-loom:fabric-loom.gradle.plugin:1.17.11
- Variant 'apiElements' declares a library, compatible with Java 21, packaged as a jar, and its dependencies declared externally:No matching variant of net.fabricmc:fabric-loom:1.17.11 was found. The consumer was configured to find a library for use during runtime, compatible with Java 25, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '9.2.1' but:
- Incompatible because this component declares a component for use during compile-time and the consumer needed a component for use during runtime
- Other compatible attribute:
- Doesn't say anything about org.gradle.plugin.api-version (required '9.2.1')
- Variant 'runtimeElements' declares a library for use during runtime, compatible with Java 21, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares a component, as well as attribute 'org.gradle.plugin.api-version' with value '9.5.0' and the consumer needed a component, as well as attribute 'org.gradle.plugin.api-version' with value '9.2.1'
- Variant 'sourcesElements' declares a component for use during runtime, and its dependencies declared externally:
- Incompatible because this component declares documentation and the consumer needed a library
- Other compatible attributes:
- Doesn't say anything about its elements (required them packaged as a jar)
- Doesn't say anything about its target Java version (required compatibility with Java 25)
- Doesn't say anything about org.gradle.plugin.api-version (required '9.2.1')
* Try:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------No matching variant errors are explained in more detail at Untitled.
Review the variant matching algorithm at Variants and Attributes.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to generate a Build Scan (powered by Develocity).
Get more help at Gradle | Search for Help with Gradle Build Tool.
Без понятия что делать, вроде понимаю, а вроде нет, ии только говорит поменять какойто код на какойто, а толку ноль, помогите кто разбирается пожалуйста