everness/README.md

100 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2023-02-01 22:44:42 -06: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 22:44:42 -06:00
![screenshot](screenshot.png)
2023-02-01 22:44:42 -06:00
## Features
2024-01-23 19:54:20 -06: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 10:34:48 -06:00
* granular biome settings
2024-01-23 19:54:20 -06: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 19:54:20 -06:00
* unique set of tools
* pottery
2023-02-01 22:44:42 -06:00
2023-02-21 15:00:09 -06:00
## Biomes
Additionally adds extra biomes to the MT game default biomes:
* Coral Forest
* Coral Forest Dunes
* Coral Forest Ocean
2023-03-18 11:24:42 -05:00
* Coral Forest Deep Ocean
2023-02-21 15:00:09 -06: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 11:24:42 -05:00
* Cursed Lands Deep Ocean
2023-02-21 15:00:09 -06:00
* Cursed Lands Under
* Crystal Forest
* Crystal Forest Dunes
* Crystal Forest Shore
* Crystal Forest Ocean
2023-03-18 11:24:42 -05:00
* Crystal Forest Deep Ocean
2023-02-21 15:00:09 -06: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 19:54:20 -06:00
* Mineral Waters
2023-02-21 15:00:09 -06:00
2023-02-17 21:23:38 -06:00
## Wiki
2023-02-01 22:44:42 -06:00
2023-02-17 21:23:38 -06:00
https://bitbucket.org/minetest_gamers/everness/wiki/Home
2023-02-01 22:44:42 -06:00
2023-02-17 21:23:38 -06:00
## Report Bugs/Suggestions
https://bitbucket.org/minetest_gamers/everness/issues
2023-02-01 22:44:42 -06:00
## Dependencies
2023-04-03 19:14:59 -05:00
- *none*
## Optional Dependencies
2023-04-03 19:14:59 -05:00
- default (MTG)
- xpanes (MTG)
- doors (MTG)
- stairs (MTG)
- walls (MTG)
2023-03-01 11:21:37 -06:00
- x_obsidianmese (for paths)
2023-03-01 13:26:06 -06:00
- x_tumbleweed (adds tumbleweeds to deserts)
- x_farming (bonemeal, recipes...)
2023-03-01 15:42:10 -06:00
- x_clay (mapgen structures, loot chests...)
2023-04-03 19:14:59 -05: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 21:23:38 -06:00
## License
2023-02-17 21:27:21 -06:00
see included [LICENSE.txt](LICENSE.txt) file for more info
## Installation
see: https://wiki.minetest.net/Installing_Mods