mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-07-13 05:20:23 +02:00
add support for the default stairs mod
renamed the relevant enable setting
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user