From 45f50db3e913911c555c758bcd2467df6ae30c40 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Aug 2019 14:28:44 +0200 Subject: [PATCH] Version 1.0.0 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c52efd..4e04bbe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Biome Info API [`biomeinfo`] -This is an API mod for mod developers to add a couple of missing biome-related functions. +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: 0.1.0 (this is a SemVer) +Current version: 1.0.0 (this is a [https://semver.org/](SemVer))