diff --git a/functions.lua b/functions.lua index cc528b2..9d2f039 100644 --- a/functions.lua +++ b/functions.lua @@ -1,7 +1,5 @@ local S = core.get_translator(core.get_current_modname()) -stripped_tree = {} - -- Select between chisel tool or axes. stripped_tree.enable_chisel = core.settings:get_bool("stripped_tree_enable_chisel") diff --git a/init.lua b/init.lua index 86ae831..4774bdb 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,6 @@ +-- Our own mod namespace +stripped_tree = {} + -- Get our own path local mpath = core.get_modpath("stripped_tree")