بنقرة واحدة
dependency-update
MUST CONSULT When asked to update and refresh dependencies in the project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
MUST CONSULT When asked to update and refresh dependencies in the project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | Dependency Update |
| description | MUST CONSULT When asked to update and refresh dependencies in the project. |
This project uses Stonecutter to manage multiple Minecraft versions and loaders. Please refer to the Contributing Guide for more information on how to work with Stonecutter.
The dependency versions are separated per supported Minecraft version.
All the version files are in the versions/dependencies folder. Each file is named after the Minecraft version it supports, for example 1.19.4.properties or 26.2.properties, and contains the dependencies for that version.
The versions are used in the build.gradle.kts file to determine which dependencies to use for each Minecraft version. The dependencies are defined in the dependencies block, and the versions are looked up from the corresponding properties file.
Your sources for available versions are the repositories in the build.gradle.kts file.
When asked to update a dependency, you should:
./gradlew buildAndCollect to make sure everything builds correctly.