Skip to content

Commit 7e0bf7e

Browse files
SD: 4.3
1 parent 864c31f commit 7e0bf7e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

stone-disappearance/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
load("@//rule:datapack.bzl", "complete_datapack_config", "minecraft_versions_range")
22

3-
pack_version = "4.2"
3+
pack_version = "4.3"
44

55
complete_datapack_config(
6-
game_versions = minecraft_versions_range("1.20.3"), # 从 1.20.3 到最新版本
6+
game_versions = minecraft_versions_range("1.20.3"),
77
modrinth_project_id = "WD7HqNGg",
88
pack_id = "stone_disappearance",
99
pack_version = pack_version,

stone-disappearance/NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
- 修改完 gametime dfl_scoreboard 记分项后进行恢复,避免其他使用此记分项的项目出现问题
1+
- 规范设置中布尔值的存储,不再使用字符串
2+
23
---
3-
- Restore the gametime dfl_scoreboard objective after modification to avoid problems with other projects that use this objective
4+
5+
- Standardize the storage of boolean values in settings, no longer use strings

0 commit comments

Comments
 (0)