From 2bdf747429c4e45092cca99fe764f28e48df68d0 Mon Sep 17 00:00:00 2001 From: Bram van den Heuvel Date: Thu, 2 May 2024 00:38:40 +0200 Subject: [PATCH] Add MineClone2 support --- README.md | 23 +++++++++++++++++++++++ mod.conf | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd2f72..d52319e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # Noordstar caves The Noordstar caves mod helps add more caves to MineClone2 and Mineclonia. + +For reference, see the [API documentation](API.md). + +This mod offers no new features to the player, but it allows programmers to add +custom caves into the world and to lower the world depth. + +## Tested & supported on + +The mod has been tested on the following games: + +- [x] MineClone2 +- [ ] Mineclonia +- [ ] MTG + +The mod has been tested on the following mapgens: + +- [x] v7 +- [ ] valleys +- [ ] carpathian +- [ ] v5 +- [ ] flat +- [ ] fractal +- [ ] singlenode diff --git a/mod.conf b/mod.conf index de69d78..f45772e 100644 --- a/mod.conf +++ b/mod.conf @@ -2,4 +2,5 @@ name=noordstar_caves description=A mod that adds more depths and caves to VoxeLibre or Mineclonia author=Noordstar title=Noordstar Caves -depends=mcl_init \ No newline at end of file +depends=mcl_init +optional_depends=mcl_init,mcl_worlds \ No newline at end of file