mirror of
https://github.com/Gael-de-Sailly/30-biomes.git
synced 2024-12-22 17:00:34 +01:00
Added Readme and screenshot
and moved 30-biomes.ggb to /diagram
This commit is contained in:
parent
d95ae22814
commit
dbded2c1d5
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# 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 sodify the cells and save the file with the same format.
|
BIN
diagram/voronoi_diagram.png
Normal file
BIN
diagram/voronoi_diagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Loading…
Reference in New Issue
Block a user