Momo-Softworks/Cold-Sweat · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈
冷汗模组
Cold Sweat 是一款为 Minecraft 添加了完整温度系统的模组。该项目的 CurseForge 公开仓库地址如下:
https://www.curseforge.com/minecraft/mc-mods/cold-sweat
请务必阅读许可证,其中包含关于衍生作品以及使用 Cold Sweat API 的模组的重要修改与说明。
文档说明
关于第三方与 Cold Sweat 集成的文档可在此处找到(仍在开发中,但已记录了大部分重要内容):
https://mikul.gitbook.io/cold-sweat/
当前的文档是为 Minecraft 1.20 的最新测试版设计的,但稍作调整后也应适用于其他版本的 Minecraft。
Developing with Cold Sweat
- Get Cursemaven
- Go to the latest version on CurseForge and add the ColdSweat-sources.jar file as a dependency:
dependencies {
// This adds Cold Sweat 2.4-b05a and includes sources
implementation fg.deobf("curse.maven:cold-sweat-506194:6991388-sources-6991389")
}