Skip to content

Commit

Permalink
Fix mapping version
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed May 26, 2023
1 parent 9886fbe commit f0db8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.19.x/preparations/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ group = "org.teacon" // 模组的 Maven 组名,通常和包名相同
base.archivesName.set("Xiaozhong") // 最后生成的模组文件名前缀(这里将会生成 Xiaozhong-1.0.0.jar)

configure<UserDevExtension> {
// MDK 所使用的映射表,默认为 1.18.2 的 official 即官方映射表,由微软官方提供
mappings("official", "1.18.2")
// MDK 所使用的映射表,默认为 1.19.4 的 official 即官方映射表,由 Mojang 官方提供
mappings("official", "1.19.4")
// 以下为启动选项
runs {
// 玩家客户端
Expand Down

0 comments on commit f0db8ee

Please sign in to comment.