diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-09-24 15:26:56 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-09-24 15:26:56 +0200 |
commit | a8df43278f47a30bf3bb220972242b10621a17e5 (patch) | |
tree | 4e9ce09a1cc9df20d15aad0e675dcbda0b95f369 /init.lua | |
parent | 914181310c04f9bac961c079b5960240206bd625 (diff) |
Reorganize files (make it a modpack).
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init.lua b/init.lua deleted file mode 100644 index 7a218e4..0000000 --- a/init.lua +++ /dev/null @@ -1,7 +0,0 @@ -teleporter = {} - -teleporter.modpath = minetest.get_modpath("teleporter") - -dofile(teleporter.modpath .. '/teleporter.lua') - -teleporter:load() |