Skip to content

Commit cc45273

Browse files
committed
修复Neo AT未转换
1 parent 44656b3 commit cc45273

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Candycraft Community Edition 1.21
2+
23
<hr>
34
## Languages
45

@@ -25,6 +26,6 @@
2526
## Compile
2627

2728
1. 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>

README_cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<hr>
1717

1818
## 下载
19+
1920
- 通过[MC百科](https://www.mcmod.cn/download/8526.html)下载。
2021
- 自动构建版(Nightly)([Gitee流水线](.docs/autobuild_cn.md))。
2122
- 通过[一些步骤](#编译)编译。
@@ -25,7 +26,7 @@
2526
## 编译
2627

2728
1. 在根目录下运行命令:`./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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.parallel=true
55
maven_group=cn.breadnicecat.candycraftce
66
minecraft_version=1.21
77
mod_id=candycraftce
8-
mod_version=1.1.0
8+
mod_version=1.1.1
99
enabled_platforms=fabric,neoforge
1010
# Versions
1111
parchment_version=parchment-1.21:2024.07.28@zip

neoforge/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ shadowJar {
8686
remapJar {
8787
input.set shadowJar.archiveFile
8888
dependsOn shadowJar
89+
atAccessWideners.add "candycraftce.accesswidener"
8990
}

0 commit comments

Comments
 (0)