|
1 | 1 | /*============================================================================*\ |
2 | | -+* |
3 | | -+* This is the core of the debug stick add-on for Minecraft: Bedrock Edition. |
4 | | -+* |
5 | | -+* Official links: |
6 | | -** CurseForge: https://www.curseforge.com/minecraft-bedrock/addons/debug-stick |
7 | | -+* MCPEDL: https://mcpedl.com/debug-stick |
8 | | -+* GitHub: https://github.com/vytdev/debug-stick |
9 | | -+* |
10 | | -+* Script last updated: July 28, 2025 |
11 | | -+* |
12 | | -+* Copyright (c) 2023-2025 VYT <https://vytdev.github.io> |
13 | | -+* This project is licensed under the MIT License. |
14 | | -** This software is provided "as is" without warranty of any kind. |
15 | | -+* See LICENSE for the full terms. |
16 | | -+* |
| 2 | +
|
| 3 | + This is the core of the debug stick add-on for Minecraft: Bedrock Edition. |
| 4 | +
|
| 5 | + Official links: |
| 6 | + - CurseForge: https://www.curseforge.com/minecraft-bedrock/addons/debug-stick |
| 7 | + - MCPEDL: https://mcpedl.com/debug-stick |
| 8 | + - GitHub: https://github.com/vytdev/debug-stick |
| 9 | +
|
| 10 | + Script last updated: July 28, 2025 |
| 11 | +
|
| 12 | + Copyright (c) 2023-2025 VYT <https://vytdev.github.io> |
| 13 | + This project is licensed under the MIT License. |
| 14 | + This software is provided "as is" without warranty of any kind. |
| 15 | + See LICENSE for the full terms. |
| 16 | +
|
17 | 17 | \*============================================================================*/ |
18 | 18 |
|
19 | 19 | import { |
@@ -59,7 +59,7 @@ world.beforeEvents.playerBreakBlock.subscribe(safeCallWrapper((ev) => { |
59 | 59 |
|
60 | 60 |
|
61 | 61 | /*============================================================================*\ |
62 | | -+* Action functions |
| 62 | + Action functions |
63 | 63 | \*============================================================================*/ |
64 | 64 |
|
65 | 65 | /** |
@@ -142,7 +142,7 @@ function displayBlockInfo(player: Player, block: Block) { |
142 | 142 |
|
143 | 143 |
|
144 | 144 | /*============================================================================*\ |
145 | | -+* Utility functions |
| 145 | + Utility functions |
146 | 146 | \*============================================================================*/ |
147 | 147 |
|
148 | 148 | const record: Record<string, Record<string, string>> = {}; |
|
0 commit comments