Skip to content

Commit

Permalink
Fix type (PrismarineJS#2732)
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb authored Sep 30, 2022
1 parent 4deec48 commit 6a626c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export type LevelType =
| 'buffet'
| 'default_1_1'
export type GameMode = 'survival' | 'creative' | 'adventure' | 'spectator'
export type Dimension = 'minecraft:nether' | 'minecraft:overworld' | 'minecraft:end'
export type Dimension = 'minecraft:the_nether' | 'minecraft:overworld' | 'minecraft:the_end'
export type Difficulty = 'peaceful' | 'easy' | 'normal' | 'hard'

export interface Player {
Expand Down

0 comments on commit 6a626c1

Please sign in to comment.