File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Candycraft Community Edition 1.21
2+
23<hr >
34## Languages
45
2526## Compile
2627
27281 . Simply execute the command ` ./gradlew build ` in project root directory
28- 2 . Check products in ` build\libs\merged \candycraftce-xxx-x.x.x.jar `
29+ 2 . Check products in ` ${engine}\ build\libs\candycraftce-xxx-x.x.x.jar`
2930
3031<hr >
Original file line number Diff line number Diff line change 1616<hr >
1717
1818## 下载
19+
1920- 通过[ MC百科] ( https://www.mcmod.cn/download/8526.html ) 下载。
2021- 自动构建版(Nightly)([ Gitee流水线] ( .docs/autobuild_cn.md ) )。
2122- 通过[ 一些步骤] ( #编译 ) 编译。
2526## 编译
2627
27281 . 在根目录下运行命令:` ./gradlew build `
28- 2 . 编译好的mod文件将输出在 ` build\libs\merged\candycraft -xxx-x.x.x.jar `
29+ 2 . 编译好的mod文件将输出在 ` ${engine}\ build\libs\candycraftce -xxx-x.x.x.jar`
2930
3031<hr >
3132
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ org.gradle.parallel=true
55maven_group =cn.breadnicecat.candycraftce
66minecraft_version =1.21
77mod_id =candycraftce
8- mod_version =1.1.0
8+ mod_version =1.1.1
99enabled_platforms =fabric,neoforge
1010# Versions
1111parchment_version =parchment-1.21:2024.07.28@zip
Original file line number Diff line number Diff line change @@ -86,4 +86,5 @@ shadowJar {
8686remapJar {
8787 input. set shadowJar. archiveFile
8888 dependsOn shadowJar
89+ atAccessWideners. add " candycraftce.accesswidener"
8990}
You can’t perform that action at this time.
0 commit comments