Skip to content

Commit

Permalink
Updating bedrock types
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Mar 28, 2024
1 parent 7f5b5f5 commit fb8fd95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"bc-minecraft-bedrock-types": "^1.20.71-0"
"bc-minecraft-bedrock-types": "^1.20.71-1"
}
}
2 changes: 1 addition & 1 deletion src/Lib/Documentation/ParameterType.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Modes } from 'bc-minecraft-bedrock-types';
import { ModeHandler } from 'bc-minecraft-bedrock-types/lib/src/Modes/ModeHandler';
import { ParameterType } from '../Types/ParameterType';
import { ModeHandler } from 'bc-minecraft-bedrock-types/lib/src/modes/mode-handler';


export const ParameterTypeDocumentation : Partial<Record<ParameterType, string>> = {
Expand Down

0 comments on commit fb8fd95

Please # to comment.