Skip to content

Commit a4eca57

Browse files
committed
docs: update bounds example to use 'world' instead of 'minecraft:overworld'
1 parent 423994b commit a4eca57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/portals/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ Portals optionally integrates with WorldEdit for easier portal creation:
145145

146146
Alternatively, you can specify bounds manually:
147147
```
148-
/portal create <aqua>my-portal</aqua> <yellow>x1 y1 z1</yellow> <green>x2 y2 z2</green> <light_purple>minecraft:overworld</light_purple>
148+
/portal create <aqua>my-portal</aqua> <yellow>x1 y1 z1</yellow> <green>x2 y2 z2</green> <light_purple>world</light_purple>
149149
```

0 commit comments

Comments
 (0)