User Tools

Site Tools


zh_cn:player:tutorials:adding_mods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zh_cn:player:tutorials:adding_mods [2024/08/25 11:32] – removed - external edit (Unknown date) 127.0.0.1zh_cn:player:tutorials:adding_mods [2024/08/25 11:38] (current) – fix link solidblock
Line 1: Line 1:
 +[[https://docs.fabricmc.net/zh_cn/players/installing-mods|{{::move-notice.png?nolink&400|This content is outdated, click here to view the updated page on the new website.}}]]
 +
 +====== 添加模组 ======
 +
 +模组可在 [[https://www.curseforge.com/minecraft/mc-mods?filter-game-version=2020709689%3A7499&filter-sort=4|CurseForge]] 或 [[https://modrinth.com/mods?q=&f=categories%3Afabric|Modrinth]] 查找,中文用户亦可在[[https://www.mcmod.cn/modlist.html?api=2|MC百科的模组索引页面]]中查找。
 +
 +有时也可以在 GitHub 和 GitLab 上查找,不过对非开发者会有睦难。
 +
 +所有模组都请先确保你信任下载的模组再安装!
 +
 +要注意的是,有些模组要依赖其他模组才能运行。
 +
 +通常旧版本模组会与新版本的 MC/Fabric 兼容较好,例如 1.14 和 1.14.1 的模组与 1.14.2 的 MC/Fabric 兼容较好,所以可以自己测试,但是对于 1.19.2 以上版本通常不是这样。
 +
 +===== 安装 =====
 +
 +==== Minecraft 官方启动器 ====
 +
 +如果你使用的是 Minecraft 官方启动器,将下载的 JAR 文件移动到你的 ''mods'' 文件夹,在你的 Minecraft 安装位置里面:
 +
 +  * Windows - ''%appdata%\.minecraft\''
 +  * macOS - ''~/Library/Application Support/minecraft''
 +  * Linux - ''~/.minecraft''