Fix incorrect value for environment (THE_END instead of END) in worlds.yml

Josh Wenke 2018-08-26 19:51:24 -04:00
parent d5523372b0
commit 79225e32a6
1 changed files with 1 additions and 1 deletions

@ -151,7 +151,7 @@ You should read this as "Monsters __can__ spawn __except__ for creepers."
---
## <a name="env" href="#wiki-env"></a>Environment
The type of environment this world is under. Can currently be `NETHER`, `END`, and `NORMAL`. You __should not__ change this value in the config.
The type of environment this world is under. Can currently be `NETHER`, `THE_END`, and `NORMAL`. You __should not__ change this value in the config.
__Type:__
`String`