Skip to content

Commit fb33628

Browse files
rb: 🔖 chore: 发布版本1.1.1
更新load函数中的仓库URL为精确路径
1 parent a89fb9f commit fb33628

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ReplaceBlock/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@//rule:datapack.bzl", "complete_datapack_config", "minecraft_versions_range")
22

3-
pack_version = "1.1.0"
3+
pack_version = "1.1.1"
44

55
complete_datapack_config(
66
game_versions = minecraft_versions_range("1.20.3"),

ReplaceBlock/NEWS.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
- 添加配置参数验证功能
2-
- 为 API 调用者添加调试标签
1+
- 更新load函数中的仓库URL为精确路径
32

43
---
54

6-
- Added configuration parameter validation functionality
7-
- Added debug tags for API callers
5+
- Updated repository URLs in load function to specific paths

0 commit comments

Comments
 (0)