Add biomeinfo mod
This commit is contained in:
parent
31ae28e66e
commit
a8a875a7b4
4 changed files with 234 additions and 0 deletions
11
mods/CORE/biomeinfo/README.md
Normal file
11
mods/CORE/biomeinfo/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Biome Info API [`biomeinfo`]
|
||||
This is an API mod for mod developers to add a couple of missing
|
||||
biome-related functions.
|
||||
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.
|
||||
|
||||
Current version: 1.0.1 (this is a [SemVer](https://semver.org/))
|
||||
|
||||
License: MIT License
|
Loading…
Add table
Add a link
Reference in a new issue