forked from mtcontrib/maidroid
14 lines
445 B
Lua
14 lines
445 B
Lua
------------------------------------------------------------
|
|
-- Copyright (c) 2016 tacigar. All rights reserved.
|
|
-- https://github.com/tacigar/maidroid
|
|
------------------------------------------------------------
|
|
|
|
maidroid = {}
|
|
|
|
maidroid.modname = "maidroid"
|
|
maidroid.modpath = minetest.get_modpath(maidroid.modname)
|
|
|
|
dofile(maidroid.modpath .. "/api.lua")
|
|
dofile(maidroid.modpath .. "/register.lua")
|
|
dofile(maidroid.modpath .. "/crafting.lua")
|