We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4deec48 commit 6a626c1Copy full SHA for 6a626c1
index.d.ts
@@ -446,7 +446,7 @@ export type LevelType =
446
| 'buffet'
447
| 'default_1_1'
448
export type GameMode = 'survival' | 'creative' | 'adventure' | 'spectator'
449
-export type Dimension = 'minecraft:nether' | 'minecraft:overworld' | 'minecraft:end'
+export type Dimension = 'minecraft:the_nether' | 'minecraft:overworld' | 'minecraft:the_end'
450
export type Difficulty = 'peaceful' | 'easy' | 'normal' | 'hard'
451
452
export interface Player {
0 commit comments