一键导入
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.