Go to file
Wuzzy 68543e38e3 Add support for v6 mapgen 2019-08-26 21:03:31 +02:00
locale First commit 2019-08-23 10:01:41 +02:00
README.md Add support for v6 mapgen 2019-08-26 21:03:31 +02:00
init.lua Add support for v6 mapgen 2019-08-26 21:03:31 +02:00
license.txt First commit 2019-08-23 10:01:41 +02:00
mod.conf Add support for v6 mapgen 2019-08-26 21:03:31 +02:00

README.md

Minetest mod: findbiome

Description

This is a mod to help with mod/game development for Minetest. It adds a command (“findbiome”) to find a biome nearby and teleport you to it and another command (“listbiomes”) to list biomes.

Version: 0.1.0

Known bugs and limitations

  • Will only search for biomes in the same height as you.
  • Might teleport you outside the map boundaries if you're close to one.

Authors

  • paramat (MIT License)
  • Wuzzy (MIT License)

See license.txt for license information.

This mod is based on the algorithm of the "spawn" mod from Minetest Game 5.0.0.