diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-07-19 16:00:30 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-07-19 16:00:30 -0400 |
commit | adecd4b1ea3e6e2ba481c8dabcfe038fa5ec50f8 (patch) | |
tree | 859e2676237b69d44de540fc8e724cc86b493283 /default_settings.txt | |
parent | 5048d4e894e40608a318fad88ee1cf8a79150b46 (diff) |
add support for the default stairs mod
renamed the relevant enable setting
Diffstat (limited to 'default_settings.txt')
-rw-r--r-- | default_settings.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/default_settings.txt b/default_settings.txt index 5c69324..29c9d24 100644 --- a/default_settings.txt +++ b/default_settings.txt @@ -22,9 +22,11 @@ moretrees.enable_beech = false moretrees.spawn_saplings = false --- Set this to true to allow usage of the stairsplus mod in moreblocks +-- Set this to true to allow defining stairs/slabs/etc. If Moreblocks is +-- installed, this will use that mod's Stairs Plus component. Otherwise, it +-- will use the default stairs mod in minetest_game, if present -moretrees.enable_stairsplus = true +moretrees.enable_stairs = true -- Set this to true if you want the plantlike drawtype for leaves, which -- improves some peoples' framerates without resorting to making leaf nodes opaque. |