1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-07-04 00:30:25 +02:00

[UPDATE] Update maidroid_core_basic -> maidroid_core

This commit is contained in:
tacigar
2016-09-13 23:20:03 +09:00
parent ecaa29c50f
commit 742f3019be
3 changed files with 5 additions and 5 deletions

11
maidroid_core/init.lua Normal file
View File

@ -0,0 +1,11 @@
------------------------------------------------------------
-- Copyright (c) 2016 tacigar. All rights reserved.
-- https://github.com/tacigar/maidroid
------------------------------------------------------------
maidroid_core = {}
maidroid_core.modname = "maidroid_core"
maidroid_core.modpath = minetest.get_modpath(maidroid_core.modname)
dofile(maidroid_core.modpath .. "/register.lua")