mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-06-30 07:01:12 +02:00
tune for voxel garden (#40)
* tune for voxel garden based off https://github.com/mt-mods/moretrees/pull/38 * add internal api setting rather than same if statement all over the place, per j-r suggestion
This commit is contained in:
@ -81,3 +81,6 @@ moretrees.grow_legacy_saplings = stg:get_bool("moretrees.grow_legacy_saplings",
|
||||
-- If this variable is set to true, drop leaves out as entities during leaf
|
||||
-- decay, rather than just disappearing them.
|
||||
moretrees.decay_leaves_as_items = stg:get_bool("moretrees.decay_leaves_as_items", false)
|
||||
|
||||
-- this is an internal setting for games that only have one type of planks
|
||||
moretrees.enable_planks = xcompat.gameid ~= "voxelgarden"
|
Reference in New Issue
Block a user