Skip to content

Commit 196162c

Browse files
committed
remove clutter
1 parent 253ebf5 commit 196162c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/index.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*============================================================================*\
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+
1717
\*============================================================================*/
1818

1919
import {
@@ -59,7 +59,7 @@ world.beforeEvents.playerBreakBlock.subscribe(safeCallWrapper((ev) => {
5959

6060

6161
/*============================================================================*\
62-
+* Action functions
62+
Action functions
6363
\*============================================================================*/
6464

6565
/**
@@ -142,7 +142,7 @@ function displayBlockInfo(player: Player, block: Block) {
142142

143143

144144
/*============================================================================*\
145-
+* Utility functions
145+
Utility functions
146146
\*============================================================================*/
147147

148148
const record: Record<string, Record<string, string>> = {};

0 commit comments

Comments
 (0)