User Tools

Site Tools


zh_cn:tutorial:setup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
zh_cn:tutorial:setup [2025/03/25 00:35] solidblockzh_cn:tutorial:setup [2025/03/25 00:39] (current) – [创建项目] solidblock
Line 22: Line 22:
  
 ===== 创建项目 ===== ===== 创建项目 =====
-> 更详细的教程请见:[[https://docs.fabricmc.net/develop/getting-started/creating-a-project|Fabric Documentation]]+> 更详细的教程请见:[[https://docs.fabricmc.net/zh_cn/develop/getting-started/creating-a-project|Fabric Documentation]]
 创建项目有几种方法: 创建项目有几种方法:
   * 从 [[https://github.com/FabricMC/fabric-example-mod/|fabric-example-mod]] 复制模板项目,排除 ''LICENSE'' 和 ''README.md'' 文件   * 从 [[https://github.com/FabricMC/fabric-example-mod/|fabric-example-mod]] 复制模板项目,排除 ''LICENSE'' 和 ''README.md'' 文件
Line 28: Line 28:
   * 使用 Intellij IDEA 的生成器,需要安装 Intellij IDEA 的 Minecraft Development 插件。   * 使用 Intellij IDEA 的生成器,需要安装 Intellij IDEA 的 Minecraft Development 插件。
  
-部分地区的用户可能会发现,由于网速原因,构建 Gradle 速度可能比较慢。对于中国内地用户,可参考[[https://fabricmc.cn/2021/06/28/%E5%A6%82%E4%BD%95%E5%8A%A0%E9%80%9FFabric%E6%A8%A1%E7%BB%84%E7%9A%84%E6%9E%84%E5%BB%BA/|加快 Fabric 模组构建速度的教程]]和[[https://www.mcbbs.net/forum.php?mod=viewthread&tid=1239261|加速 Fabric 模组依赖拉取以及环境搭建教程]]。+部分地区的用户可能会发现,由于网速原因,构建 Gradle 速度可能比较慢。对于中国内地用户,可参考[[https://fabricmc.cn/2021/06/28/%E5%A6%82%E4%BD%95%E5%8A%A0%E9%80%9FFabric%E6%A8%A1%E7%BB%84%E7%9A%84%E6%9E%84%E5%BB%BA/|加快 Fabric 模组构建速度的教程]]和<del>[[https://www.mcbbs.net/forum.php?mod=viewthread&tid=1239261|加速 Fabric 模组依赖拉取以及环境搭建教程]]</del>(链接已失效)
 如果你已经打开代理,但是下载速度仍然比较慢,可以检查一下 IDE 的网络代理设置是否处于关闭状态。对于 IntelliJ IDEA ,你可以在 File -> Settings -> Appearance & Behavior -> System Settings -> HTTP Proxy 找到该设置选项卡,如果勾选的是 "No proxy" ,要切换至 "Auto-detect proxy settings" 如果你已经打开代理,但是下载速度仍然比较慢,可以检查一下 IDE 的网络代理设置是否处于关闭状态。对于 IntelliJ IDEA ,你可以在 File -> Settings -> Appearance & Behavior -> System Settings -> HTTP Proxy 找到该设置选项卡,如果勾选的是 "No proxy" ,要切换至 "Auto-detect proxy settings"
  
zh_cn/tutorial/setup.txt · Last modified: 2025/03/25 00:39 by solidblock