From 37cad3f25521c842a28fc0e3daa7b45765c5915b Mon Sep 17 00:00:00 2001 From: M*C*O Date: Mon, 1 Feb 2021 19:39:55 +0100 Subject: [PATCH] docs: Document LEVEL_TYPE: BIOMESOP (#741) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 772ebe57..099bf08c 100644 --- a/README.md +++ b/README.md @@ -959,7 +959,7 @@ environment variable set to `false`, such as ### Level Type and Generator Settings By default, a standard world is generated with hills, valleys, water, etc. A different level type can -be configured by setting `LEVEL_TYPE` to an expected type, such as +be configured by setting `LEVEL_TYPE` to an expected type, for example - DEFAULT - FLAT @@ -967,6 +967,8 @@ be configured by setting `LEVEL_TYPE` to an expected type, such as - AMPLIFIED - CUSTOMIZED - BUFFET +- BIOMESOP (Biomes O' Plenty for 1.12 and older) +- BIOMESOPLENTY (Biomes O' Plenty for 1.15 and above) Descriptions are available at the [gamepedia](http://minecraft.gamepedia.com/Server.properties).