Skip to content

Commit

Permalink
Add 3 MC authTitles (#99)
Browse files Browse the repository at this point in the history
* Add more Minecraft authTitles if anyone is interested in them

cuz why not

* Add here also
  • Loading branch information
kpxyy authored Apr 15, 2024
1 parent 97f2053 commit b84c345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,12 @@ declare module 'prismarine-auth' {

export enum Titles {
MinecraftNintendoSwitch = '00000000441cc96b',
MinecraftPlaystation = '000000004827c78e',
MinecraftAndroid = '0000000048183522',
MinecraftJava = '00000000402b5328',
MinecraftIOS = '000000004c17c01a',
XboxAppIOS = '000000004c12ae6f',
XboxGamepassIOS ='000000004c20a908'
XboxGamepassIOS = '000000004c20a908'
}

export enum RelyingParty {
Expand Down
3 changes: 3 additions & 0 deletions src/common/Titles.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module.exports = {
MinecraftNintendoSwitch: '00000000441cc96b',
MinecraftPlaystation: '000000004827c78e',
MinecraftAndroid: '0000000048183522',
MinecraftJava: '00000000402b5328',
MinecraftIOS: '000000004c17c01a',
XboxAppIOS: '000000004c12ae6f',
XboxGamepassIOS: '000000004c20a908'
}

0 comments on commit b84c345

Please sign in to comment.