917df9d304 | ||
---|---|---|
assets | ||
locale | ||
models | ||
schematics | ||
scripts | ||
sounds | ||
textures | ||
.cdb.json | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.luacheckrc | ||
.npmrc | ||
.nvmrc | ||
LICENSE.txt | ||
README.md | ||
api.lua | ||
bamboo.lua | ||
bitbucket-pipelines.yml | ||
buckets.lua | ||
chat_commands.lua | ||
chests.lua | ||
crafting.lua | ||
craftitems.lua | ||
doors.lua | ||
env_sounds.lua | ||
fences.lua | ||
functions.lua | ||
i18n.py | ||
init.lua | ||
mapgen.lua | ||
mapgen_after.lua | ||
mapgen_bamboo_forest.lua | ||
mapgen_bamboo_forest_under.lua | ||
mapgen_baobab_savanna.lua | ||
mapgen_coral_forest.lua | ||
mapgen_coral_forest_deep_ocean.lua | ||
mapgen_coral_forest_dunes.lua | ||
mapgen_coral_forest_ocean.lua | ||
mapgen_coral_forest_under.lua | ||
mapgen_crystal_forest.lua | ||
mapgen_crystal_forest_deep_ocean.lua | ||
mapgen_crystal_forest_dunes.lua | ||
mapgen_crystal_forest_ocean.lua | ||
mapgen_crystal_forest_shore.lua | ||
mapgen_crystal_forest_under.lua | ||
mapgen_cursed_lands.lua | ||
mapgen_cursed_lands_deep_ocean.lua | ||
mapgen_cursed_lands_dunes.lua | ||
mapgen_cursed_lands_ocean.lua | ||
mapgen_cursed_lands_swamp.lua | ||
mapgen_cursed_lands_under.lua | ||
mapgen_forsaken_desert.lua | ||
mapgen_forsaken_desert_ocean.lua | ||
mapgen_forsaken_desert_under.lua | ||
mapgen_forsaken_tundra.lua | ||
mapgen_forsaken_tundra_beach.lua | ||
mapgen_forsaken_tundra_ocean.lua | ||
mapgen_forsaken_tundra_under.lua | ||
mapgen_frosted_icesheet.lua | ||
mapgen_frosted_icesheet_ocean.lua | ||
mapgen_frosted_icesheet_under.lua | ||
mapgen_mineral_waters.lua | ||
mapgen_mineral_waters_under.lua | ||
minetest.example.mcl.conf | ||
mod.conf | ||
mod_support_mcl.lua | ||
mod_support_mcl_aliases.lua | ||
mod_support_mtg.lua | ||
mod_support_rp_aliases.lua | ||
mod_support_x_farming.lua | ||
mod_support_x_obsidianmese.lua | ||
mod_support_x_tumbleweed.lua | ||
nodes.lua | ||
nodes_farming.lua | ||
nodes_mineral_waters_under.lua | ||
package-lock.json | ||
package.json | ||
panes.lua | ||
privileges.lua | ||
screenshot.png | ||
settingtypes.txt | ||
skybox.lua | ||
sneak_pickup.lua | ||
stairs.lua | ||
tools.lua | ||
torches.lua | ||
trees.lua | ||
vines.lua | ||
vines_wall.lua | ||
walls.lua |
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.
Features
- 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
- granular biome settings
- 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...
- unique set of tools
- pottery
Biomes
Additionally adds extra biomes to the MT game default biomes:
- Coral Forest
- Coral Forest Dunes
- Coral Forest Ocean
- Coral Forest Deep Ocean
- Coral Forest Under
- Frosted Icesheet
- Frosted Icesheet Ocean
- Frosted Icesheet Under
- Cursed Lands
- Cursed Lands Dunes
- Cursed Lands Swamp
- Cursed Lands Ocean
- Cursed Lands Deep Ocean
- Cursed Lands Under
- Crystal Forest
- Crystal Forest Dunes
- Crystal Forest Shore
- Crystal Forest Ocean
- Crystal Forest Deep Ocean
- 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
- Mineral Waters
Wiki
https://bitbucket.org/minetest_gamers/everness/wiki/Home
Report Bugs/Suggestions
https://bitbucket.org/minetest_gamers/everness/issues
Dependencies
- none
Optional Dependencies
- default (MTG)
- xpanes (MTG)
- doors (MTG)
- stairs (MTG)
- walls (MTG)
- x_obsidianmese (for paths)
- x_tumbleweed (adds tumbleweeds to deserts)
- x_farming (bonemeal, recipes...)
- x_clay (mapgen structures, loot chests...)
- 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)
License
see included LICENSE.txt file for more info