Skip to content

Commit 6a626c1

Browse files
authored
Fix type (#2732)
1 parent 4deec48 commit 6a626c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export type LevelType =
446446
| 'buffet'
447447
| 'default_1_1'
448448
export type GameMode = 'survival' | 'creative' | 'adventure' | 'spectator'
449-
export type Dimension = 'minecraft:nether' | 'minecraft:overworld' | 'minecraft:end'
449+
export type Dimension = 'minecraft:the_nether' | 'minecraft:overworld' | 'minecraft:the_end'
450450
export type Difficulty = 'peaceful' | 'easy' | 'normal' | 'hard'
451451

452452
export interface Player {

0 commit comments

Comments
 (0)