index.d.ts: update version enum
This commit is contained in:
parent
572b83047c
commit
e3e553bf91
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -1,7 +1,7 @@
|
|||
import EventEmitter from "events"
|
||||
|
||||
declare module "bedrock-protocol" {
|
||||
type Version = '1.17.41' | '1.17.40' | '1.17.34' | '1.17.30' | '1.17.11' | '1.17.10' | '1.17.0' | '1.16.220' | '1.16.210' | '1.16.201'
|
||||
type Version = '1.18.1' | '1.18.0' | '1.17.41' | '1.17.40' | '1.17.34' | '1.17.30' | '1.17.11' | '1.17.10' | '1.17.0' | '1.16.220' | '1.16.210' | '1.16.201'
|
||||
|
||||
enum title { MinecraftNintendoSwitch, MinecraftJava }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue