Skip to content

Commit 386d037

Browse files
committed
bump to 1.22.0 (mc 26.0+; api 2.5.0)
1 parent 4833d47 commit 386d037

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pack/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"format_version": 2,
2+
"format_version": 3,
33

44
"header": {
55
"name": "Debug Stick",
66
"description": "Java §dDebug Stick§r ported to Minecraft: Bedrock Edition, by §bvytdev§r\nUse §a/give @s vyt:debug_stick§r or find it in the inventory screen to obtain the item.\n\nReport bugs here: §bhttps://github.com/vytdev/debug-stick/§r\nCopyright (c) 2023-2026 Vincent Yanzee J. Tan\nLicensed under the MIT License.",
77
"uuid": "21aadfa6-e27c-400c-c596-596021852939",
8-
"version": "1.21.0",
9-
"min_engine_version": [ 1, 21, 130 ]
8+
"version": "1.22.0",
9+
"min_engine_version": "1.26.0"
1010
},
1111

1212
"modules": [
1313
{
1414
"description": "behaviour",
1515
"type": "data",
1616
"uuid": "d8a9ff21-7aa3-4b83-73ed-eeb141516e74",
17-
"version": [ 1, 0, 0 ]
17+
"version": "1.0.0"
1818
},
1919
{
2020
"description": "scripting",
2121
"type": "script",
2222
"language": "javascript",
2323
"entry": "scripts/index.js",
2424
"uuid": "86c7bab4-aed9-4297-5f0c-d5d62bd30be1",
25-
"version": [ 1, 0, 0 ]
25+
"version": "1.0.0"
2626
}
2727
],
2828

2929
"dependencies": [
3030
{
3131
"module_name": "@minecraft/server",
32-
"version": "2.4.0"
32+
"version": "2.5.0"
3333
}
3434
],
3535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"watch": "node tool.js watch"
99
},
1010
"dependencies": {
11-
"@minecraft/server": "^2.4.0"
11+
"@minecraft/server": "^2.5.0"
1212
},
1313
"devDependencies": {
1414
"jszip": "^3.10.1",

tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import tsconfig from './tsconfig.json' with { type: 'json' };
1111
import manifest from './pack/manifest.json' with { type: 'json' };
1212

1313
const packVersion = manifest.header.version;
14-
const packMinEngineVersion = manifest.header.min_engine_version.join('.');
14+
const packMinEngineVersion = manifest.header.min_engine_version;
1515
const actionTable = {};
1616

1717

0 commit comments

Comments
 (0)