Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jan 20, 2025
1 parent 3584bfe commit 938e1b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bds",
"bedrock"
],
"author": "student_2333 <[email protected]> (https://lgc2333.top)",
"author": "LgCookie <[email protected]> (https://lgc2333.top)",
"repository": "github:lgc-LLDev/NBSPlayer",
"license": "Apache-2.0",
"funding": "https://afdian.net/a/lgc2333",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const PLUGIN_VERSION = <[number, number, number]>(
version.split('.').map((v) => Number(v))
)
export const PLUGIN_DESCRIPTION = description
export const PLUGIN_EXTRA = { Author: 'student_2333', License: 'Apache-2.0' }
export const PLUGIN_EXTRA = { Author: 'LgCookie', License: 'Apache-2.0' }

export const BASE_PATH = `./plugins/${PLUGIN_NAME}`
export const NBS_PATH = `${BASE_PATH}/nbs`
Expand Down
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"info": {
"name": "NBSPlayer",
"description": "Play NBS files in Minecraft",
"author": "student_2333",
"author": "LgCookie",
"tags": ["plugin", "lse", "quickjs", "nbs", "noteblock", "music"]
},
"dependencies": {
Expand Down

0 comments on commit 938e1b5

Please sign in to comment.