Version 1.0.1
[minetest_findbiomes.git] / README.md
blob04c63199a44cafba13e3e25bd6ab0163e5a799d2
1 # Minetest mod: findbiome
3 ## Description
4 This is a mod to help with mod/game development for Minetest.
5 It adds a command (“findbiome”) to find a biome nearby and teleport you to it
6 and another command (“listbiomes”) to list biomes.
8 Version: 1.0.1
10 ## Known limitations
11 There's no guarantee you will always find the biome, even if it exists in the world.
12 This can happen if the biome is very obscure or small, but usually you should be
13 able to find the biome.
15 If the biome could not be found, just move to somewhere else and try again.
17 ## Authors
18 - paramat (MIT License)
19 - Wuzzy (MIT License)
21 See license.txt for license information.
23 This mod is based on the algorithm of the "spawn" mod from Minetest Game 5.0.0.