Skip to content

Commit

Permalink
修复Neo AT未转换
Browse files Browse the repository at this point in the history
  • Loading branch information
Bread-NiceCat committed Jan 31, 2025
1 parent 44656b3 commit cc45273
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Candycraft Community Edition 1.21

<hr>
## Languages

Expand All @@ -25,6 +26,6 @@
## Compile

1. Simply execute the command `./gradlew build` in project root directory
2. Check products in `build\libs\merged\candycraftce-xxx-x.x.x.jar`
2. Check products in `${engine}\build\libs\candycraftce-xxx-x.x.x.jar`

<hr>
3 changes: 2 additions & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<hr>

## 下载

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

1. 在根目录下运行命令:`./gradlew build`
2. 编译好的mod文件将输出在 `build\libs\merged\candycraft-xxx-x.x.x.jar`
2. 编译好的mod文件将输出在 `${engine}\build\libs\candycraftce-xxx-x.x.x.jar`

<hr>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.parallel=true
maven_group=cn.breadnicecat.candycraftce
minecraft_version=1.21
mod_id=candycraftce
mod_version=1.1.0
mod_version=1.1.1
enabled_platforms=fabric,neoforge
# Versions
parchment_version=parchment-1.21:2024.07.28@zip
Expand Down
1 change: 1 addition & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ shadowJar {
remapJar {
input.set shadowJar.archiveFile
dependsOn shadowJar
atAccessWideners.add "candycraftce.accesswidener"
}

0 comments on commit cc45273

Please sign in to comment.