From 4b1e76801f38be59b0c28609be7800e564f58107 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 19 May 2017 08:07:26 +0200 Subject: [PATCH] First adding delete biomes, soon deleteStructures --- Customize.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Customize.md diff --git a/Customize.md b/Customize.md new file mode 100644 index 0000000..d190da1 --- /dev/null +++ b/Customize.md @@ -0,0 +1,23 @@ +# Customizing your world +Customizing the way your world generate is one of the main points of BetterGen generator. +It introduces a whole customization system, options, that includes: +- preventing some biomes from being generated +- preventing some structures from being generated. + +Options are JSON encoded, and array are strings, but separated by a comma. +You can set the options when generating a world by using /createworld <world name> betternormal <seed> + +### deleteBiomes +The "deleteBiomes" options allows you to prevent some biomes from being generated. +It's an array which biomes should be separated by a comma. +List of applicable biomes: +- Ocean +- Plains +- BetterDesert +- OakForest +- BirchForest +- SakuraForest +- BetterIcePlains +- BetterMesa +- BetterMesaPlains +- BetterRiver