summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-10-29 11:28:15 +0100
committerNovatux <nathanael.courant@laposte.net>2013-10-29 11:28:15 +0100
commit4507ebddb97444e4b38e895a443304fe9e712db8 (patch)
treed9188a1153d7b22c37ef256311d5a62950ef0a42 /init.lua
parent9e06a2ed41f00c6f810bad3c0e29e0bdf92f54e4 (diff)
Add mg support
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 15a0d5b..be7386d 100644
--- a/init.lua
+++ b/init.lua
@@ -359,4 +359,9 @@ minetest.register_node("moreores:copper_rail", {
},
})
+-- mg suppport
+if minetest.get_modpath("mg") then
+ dofile(modpath.."/mg.lua")
+end
+
print(S("[moreores] loaded."))