From e710a9e3512fe7fce7e19973dec3628b36506b7a Mon Sep 17 00:00:00 2001 From: David G Date: Tue, 8 Oct 2019 20:59:00 -0700 Subject: [PATCH] Update documentation. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edee009..6f45f89 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -#Voronoi Biomes Patch +Voronoi Biomes Patch +==================== - -##Place biomes to match their Voronoi diagram +Place biomes to match their Voronoi diagram +------------------------------------------- This is a patch for minetest that allows creating worlds with biomes arranged in the standard Voronoi pattern. Heat (or temperature) on the x-axis and humidity @@ -14,7 +15,7 @@ on the z-axis. **This is a proof of concept that is intended for people who are experienced compiling minetest themselves.** -** Cautions ** +**Cautions** - Once this patch is applied, there is no way to set it back to normal functionality without reverting the patch and recompiling. - Therefore, make this change to a separate copy of minetest, and use the `RUN_IN_PLACE` option to keep this version's files completely separate from your regular minetest version.