mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-06-30 07:01:12 +02:00
added the ability to redefine apples so that they'll fall when nearby leaves
disappear (defaults to true). Moved leafdecay code into its own file. Moved sapling configs into settings.lua
This commit is contained in:
@ -12,6 +12,11 @@ moretrees.enable_replace_default_trees = false
|
||||
|
||||
moretrees.enable_default_leafdecay = false
|
||||
|
||||
-- Enable this if you want moretrees to redefine default apples so that they
|
||||
-- fall when leaves decay/are dug.
|
||||
|
||||
moretrees.enable_redefine_apple = true
|
||||
|
||||
-- various settings to configure leaf decay in general.
|
||||
|
||||
moretrees.leafdecay_delay = 2
|
||||
@ -31,3 +36,7 @@ moretrees.firs_remove_default_trees = false
|
||||
moretrees.firs_remove_interval = 2
|
||||
moretrees.firs_remove_chance = 150
|
||||
|
||||
-- Sapling settings
|
||||
|
||||
moretrees.sapling_interval = 500
|
||||
moretrees.sapling_chance = 20
|
||||
|
Reference in New Issue
Block a user