diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-10-29 11:28:15 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-10-29 11:28:15 +0100 |
commit | 4507ebddb97444e4b38e895a443304fe9e712db8 (patch) | |
tree | d9188a1153d7b22c37ef256311d5a62950ef0a42 /init.lua | |
parent | 9e06a2ed41f00c6f810bad3c0e29e0bdf92f54e4 (diff) |
Add mg support
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.")) |