everness/README.md

100 lines
2.3 KiB
Markdown
Raw Normal View History

2023-02-01 23:44:42 -05:00
# Everness Mapgen [everness]
Everness is a mapgen, which aims to provide an endless array of
beautiful biomes from the surface lands to the caverns with custom-painted
textures. It creates both a sense of discovery and of danger when one lands in the wrong biome.
It also adds structures, dungeons with loot chests, and custom skyboxes based on the biome.
2023-02-01 23:44:42 -05:00
![screenshot](screenshot.png)
2023-02-01 23:44:42 -05:00
## Features
2024-01-23 20:54:20 -05:00
* supports MineClone2 - see attached `minetest.example.mcl.conf` for best optimized settings (looking for testing and contributors)
* player name tag will hide when sneaking
* item magnet pickup when holding sneak
2023-02-20 11:34:48 -05:00
* granular biome settings
2024-01-23 20:54:20 -05:00
* custom sounds, biomes
* custom textures
* custom biomes and cavern biomes
* custom tools, blocks
* custom skyboxes based on biome
* inlcudes (not for all) e.g. walls, doors, glass, stairs, vines, tools, panes, trees...
2024-01-23 20:54:20 -05:00
* unique set of tools
* pottery
2023-02-01 23:44:42 -05:00
2023-02-21 16:00:09 -05:00
## Biomes
Additionally adds extra biomes to the MT game default biomes:
* Coral Forest
* Coral Forest Dunes
* Coral Forest Ocean
2023-03-18 12:24:42 -04:00
* Coral Forest Deep Ocean
2023-02-21 16:00:09 -05:00
* Coral Forest Under
* Frosted Icesheet
* Frosted Icesheet Ocean
* Frosted Icesheet Under
* Cursed Lands
* Cursed Lands Dunes
* Cursed Lands Swamp
* Cursed Lands Ocean
2023-03-18 12:24:42 -04:00
* Cursed Lands Deep Ocean
2023-02-21 16:00:09 -05:00
* Cursed Lands Under
* Crystal Forest
* Crystal Forest Dunes
* Crystal Forest Shore
* Crystal Forest Ocean
2023-03-18 12:24:42 -04:00
* Crystal Forest Deep Ocean
2023-02-21 16:00:09 -05:00
* Crystal Forest Under
* Bamboo Forest
* Bamboo Forest Under
* Forsaken Desert
* Forsaken Desert Ocean
* Forsaken Desert Under
* Baobab Savanna
* Forsaken Tundra
* Forsaken Tundra Beach
* Forsaken Tundra Ocean
* Forsaken Tundra Under
2024-01-23 20:54:20 -05:00
* Mineral Waters
2023-02-21 16:00:09 -05:00
2023-02-17 22:23:38 -05:00
## Wiki
2023-02-01 23:44:42 -05:00
2023-02-17 22:23:38 -05:00
https://bitbucket.org/minetest_gamers/everness/wiki/Home
2023-02-01 23:44:42 -05:00
2023-02-17 22:23:38 -05:00
## Report Bugs/Suggestions
https://bitbucket.org/minetest_gamers/everness/issues
2023-02-01 23:44:42 -05:00
## Dependencies
2023-04-03 20:14:59 -04:00
- *none*
## Optional Dependencies
2023-04-03 20:14:59 -04:00
- default (MTG)
- xpanes (MTG)
- doors (MTG)
- stairs (MTG)
- walls (MTG)
2023-03-01 12:21:37 -05:00
- x_obsidianmese (for paths)
2023-03-01 14:26:06 -05:00
- x_tumbleweed (adds tumbleweeds to deserts)
- x_farming (bonemeal, recipes...)
2023-03-01 16:42:10 -05:00
- x_clay (mapgen structures, loot chests...)
2023-04-03 20:14:59 -04:00
- mcl_core (MCL)
- mcl_fences (MCL)
- mcl_walls (MCL)
- mcl_stairs (MCL)
- mcl_util (MCL)
- mcl_autogroup (MCL)
- mcl_doors (MCL)
- mcl_mapgen_core (MCL)
2023-02-17 22:23:38 -05:00
## License
2023-02-17 22:27:21 -05:00
see included [LICENSE.txt](LICENSE.txt) file for more info
## Installation
see: https://wiki.minetest.net/Installing_Mods