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] – ↷ Page moved from zh_cn:tutorial:adding_mods to zh_cn:player:tutorials:adding_mods solidblockzh_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.}}]]
 +
 ====== 添加模组 ====== ====== 添加模组 ======
  
-获取Fabric模组列表,可在[[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百科的模组索引页面]]中查找。+模组可在 [[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 以上版本通常不是这样
  
-===== 客户端 =====+===== 安装 =====
  
-如需将模组添加到你的Fabric客户端,先找到你的Minecraft目录下的mods文件夹。如果文件夹不存在,可以创建。下载你需要的模组JAR文件,放入此文件夹。绝大多数模组需要Fabric API,因此你也可以将API的JAR文件放到/mods中。+==== Minecraft 官方启动器 ====
  
 +如果你使用的是 Minecraft 官方启动器,将下载的 JAR 文件移动到你的 ''mods'' 文件夹,在你的 Minecraft 安装位置里面:
  
-===== 服务器 =====+  * Windows - ''%appdata%\.minecraft\'' 
 +  * macOS - ''~/Library/Application Support/minecraft'' 
 +  * Linux - ''~/.minecraft''
  
-如需将模组添加到你的Fabric服务器,先找到你的服务器安装位置内的mods文件夹。如果文件夹不存在,可以创建。下载你需要的模组JAR文件,放入此文件夹。绝大多数模组需要Fabric API,因此你也可以将API的JAR文件放到/mods中。 
zh_cn/player/tutorials/adding_mods.1724585524.txt.gz · Last modified: 2024/08/25 11:32 by solidblock