Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaelysam/30-biomes
Biome system experiment for Minetest. Work in progress.
https://github.com/gaelysam/30-biomes
biomes experimental mapgen minetest mod
Last synced: 3 months ago
JSON representation
Biome system experiment for Minetest. Work in progress.
- Host: GitHub
- URL: https://github.com/gaelysam/30-biomes
- Owner: gaelysam
- Created: 2016-04-03T09:22:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T23:00:01.000Z (over 6 years ago)
- Last Synced: 2024-10-04T19:44:30.773Z (3 months ago)
- Topics: biomes, experimental, mapgen, minetest, mod
- Language: Lua
- Homepage: https://forum.minetest.net/viewtopic.php?f=9&t=14364
- Size: 2.27 MB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30 Biomes for Minetest
This mod is still experimental. It provides 30 main biomes and 10 beach/sea biomes for Minetest Game. Compatible with all core mapgens *except v6*.
Biomes are all registered for now, but they are not all different for now, because there is not enough plants. Obviously there will be more plants in the future.
![Screenshot](https://raw.githubusercontent.com/Gael-de-Sailly/30-biomes/master/screenshot.png)
## Diagram
* Horizontal axis: **temperature**
* Vertical axis: **humidity**The values are arbitrary units that are generally between 0 and 100 but might exceed these limits.
![Voronoi diagram](https://raw.githubusercontent.com/Gael-de-Sailly/30-biomes/master/diagram/voronoi_diagram.png)It was taken from GeoGebra, with the file `30-biomes.ggb` (GeoGebra diagram).
## Data structure
The properties of each biome are stored in `biomes.csv`. You would find it awfully unreadable if you open it with a text editor. Actually you should open it with a spreadsheet software like Calc or Excel. To modify it, simply modify the cells and save the file with the same format.## License
Under [WTFPL](http://www.wtfpl.net/txt/copying/).