minetest_biomeinfo/README.md

12 lines
379 B
Markdown
Raw Permalink Normal View History

2019-08-26 12:39:06 -07:00
# Biome Info API [`biomeinfo`]
2019-08-28 05:28:44 -07:00
This is an API mod for mod developers to add a couple of missing
biome-related functions.
2019-08-26 12:39:06 -07:00
Currently, this mod only adds v6-related functions.
Most importantly, you can get the heat, humidity and biome in the v6 mapgen.
See `API.md` for the API documentation.
2019-08-26 12:44:19 -07:00
2020-01-02 06:36:11 -08:00
Current version: 1.0.3 (this is a [SemVer](https://semver.org/))
2019-08-28 05:33:27 -07:00
License: MIT License