Add MineClone2 support

main
Bram van den Heuvel 2024-05-02 00:38:40 +02:00
parent 67b4ac9310
commit 2bdf747429
2 changed files with 25 additions and 1 deletions

View File

@ -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

View File

@ -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
depends=mcl_init
optional_depends=mcl_init,mcl_worlds