Skip to content

Commit

Permalink
Merge branch 'PrismarineJS:master' into update-entitlements-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
frej4189 authored May 3, 2024
2 parents b9d6422 + b84c345 commit f660136
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 f660136

Please sign in to comment.