Skip to content

Commit

Permalink
feat(version): 更新至测试版1.21.30.21
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroAlpha committed Aug 3, 2024
1 parent 535c9b0 commit fe74201
Show file tree
Hide file tree
Showing 109 changed files with 9,241 additions and 3,149 deletions.
10 changes: 5 additions & 5 deletions data/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ export const packageVersions = {
// 测试版/预览版
beta: {
// 安装包版本
version: '1.21.20.24',
version: '1.21.30.21',
// 安装包路径
path: 'H:\\BedrockVersions\\Latest\\1.21.20.24.apks',
path: 'H:\\BedrockVersions\\Latest\\1.21.30.21.apks',
config: {
...smallestGUIOptions,
// 仅在 Android 端暂时无法使用时使用 Windows 10 版替代
Expand All @@ -92,14 +92,14 @@ export const packageVersions = {
// 预览版(Windows 端)
preview_win: {
// 应用版本
version: '1.21.20.24',
version: '1.21.30.21',
config: {
devBehaviorPackPath: `${process.env.LOCALAPPDATA}\\Packages\\Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe\\LocalState\\games\\com.mojang\\development_behavior_packs`
}
},
dev: {
version: '1.21.20.24',
path: 'H:\\BedrockVersions\\Dev\\1.21.20.24.apk',
version: '1.21.30.21',
path: 'H:\\BedrockVersions\\Dev\\1.21.30.21.apk',
config: smallestGUIOptions
}
};
Expand Down
5 changes: 5 additions & 0 deletions data/gametest_behavior_pack/generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
"path": "manifest_1.21.20.json",
"target": "manifest.json",
"range": ["1.21.20.21", "*"]
},
{
"path": "manifest_1.21.30.json",
"target": "manifest.json",
"range": ["1.21.30.21", "*"]
}
]
}
38 changes: 38 additions & 0 deletions data/gametest_behavior_pack/manifest_1.21.30.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"format_version": 2,
"header": {
"description": "",
"name": "GameTest Remote",
"uuid": "8104db82-a292-47a0-bc79-34bbbc4df35f",
"version": [0, 0, 1],
"min_engine_version": [1, 21, 30]
},
"modules": [
{
"description": "",
"uuid": "3c80b6d8-7ad8-474f-a97a-95d4835ab217",
"version": [0, 0, 1],
"type": "script",
"lang": "javascript",
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.15.0-beta"
},
{
"module_name": "@minecraft/server-gametest",
"version": "1.0.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.4.0-beta"
},
{
"module_name": "@minecraft/debug-utilities",
"version": "1.0.0-beta"
}
]
}
Loading

0 comments on commit fe74201

Please sign in to comment.