diff options
author | Och Noe <och_noe@forksworld.de> | 2018-07-31 10:00:10 +0200 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2018-07-31 10:00:10 +0200 |
commit | 3d1dcfc2bfa770cc066f5a11f1451e86916b2b63 (patch) | |
tree | 063d7681d7af39b5866859bb7da14ce295016e61 | |
parent | 5f573a06905dc450b68ef65698cd8a4d15a3eb8e (diff) |
... sh.. git
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ dofile(modpath .. "/nodes.lua") dofile(modpath .. "/redefinitions.lua") dofile(modpath .. "/crafting.lua") dofile(modpath .. "/aliases.lua") +dofile(modpath .. "/panes.lua") if minetest.settings:get_bool("log_mods") then minetest.log("action", S("[moreblocks] loaded.")) |