ワンクリックで
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.