Skip to content

Commit add8b63

Browse files
committed
update change log
1 parent cc5182e commit add8b63

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout repository
1717
uses: actions/checkout@v4
1818
- name: validate gradle wrapper
19-
uses: gradle/wrapper-validation-action@v2
19+
uses: gradle/actions/wrapper-validation@v3
2020
- name: setup jdk ${{ matrix.java }}
2121
uses: actions/setup-java@v4
2222
with:

latest-changelog.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## What's new
2-
- **Removed `commandTpPos` and `commandTpPlayer` rules as duplicate with `/tp` command and not necessary**
3-
- backport to 1.21/1.21.1
2+
- **Fixed the wrong Minecraft version range in `fabric.mod.json`**
43
-----------------------------------------------------------------
54
## 新更改
6-
- **删除了 `commandTpPos``commandTpPlayer` 规则,其与 `/tp` 命令重复且不必要**
7-
- 向后兼容至1.21/1.21.1
5+
- **修复了 `fabric.mod.json` 中的Minecraft版本范围错误的问题**

0 commit comments

Comments
 (0)