From 82d226e1cef5de6d883cdcee2b836dab77fc885e Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Mon, 3 Apr 2023 20:14:59 -0400 Subject: [PATCH] Update readme --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e45320c..2448880 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It also adds structures, dungeons with loot chests, and custom skyboxes based on ## Features +* supports MineClone2 - see attached `minetest.example.mcl.conf` for best optimized settings * player name tag will hide when sneaking * item magnet pickup when holding sneak * granular biome settings @@ -64,18 +65,27 @@ https://bitbucket.org/minetest_gamers/everness/issues ## Dependencies -- default +- *none* ## Optional Dependencies -- xpanes -- doors -- stairs -- walls +- 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