mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-06 10:10:33 +01:00
16 lines
587 B
Lua
16 lines
587 B
Lua
------------------------------------------------------------
|
|
-- Copyright (c) 2016 tacigar. All rights reserved.
|
|
-- https://github.com/tacigar/maidroid
|
|
------------------------------------------------------------
|
|
|
|
maidroid_tool = {}
|
|
|
|
maidroid_tool.modname = "maidroid_tool"
|
|
maidroid_tool.modpath = minetest.get_modpath(maidroid_tool.modname)
|
|
|
|
dofile(maidroid_tool.modpath .. "/api.lua")
|
|
dofile(maidroid_tool.modpath .. "/core_writer.lua")
|
|
dofile(maidroid_tool.modpath .. "/egg_writer.lua")
|
|
dofile(maidroid_tool.modpath .. "/crafting.lua")
|
|
dofile(maidroid_tool.modpath .. "/nametag.lua")
|