Skip to content

Commit 480265f

Browse files
committed
bump to 1.21.0 (mc 1.21.130+; api 2.4.0)
1 parent f152c88 commit 480265f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pack/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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-2025 Vincent Yanzee J. Tan\nLicensed under the MIT License.",
77
"uuid": "21aadfa6-e27c-400c-c596-596021852939",
8-
"version": "1.20.0",
9-
"min_engine_version": [ 1, 21, 120 ]
8+
"version": "1.21.0",
9+
"min_engine_version": [ 1, 21, 130 ]
1010
},
1111

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/vytdev/debug-stick#readme",
2626
"dependencies": {
27-
"@minecraft/server": "^2.3.0",
27+
"@minecraft/server": "^2.4.0",
2828
"typescript": "^5.9.3"
2929
}
3030
}

0 commit comments

Comments
 (0)