1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-02-21 03:00:17 +01:00

15 lines
539 B
Lua
Raw Normal View History

2016-09-14 09:02:21 +09:00
------------------------------------------------------------
-- 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)
2016-09-14 11:23:27 +09:00
2016-12-16 16:04:52 +09:00
dofile(maidroid_tool.modpath .. "/api.lua")
2016-09-14 11:23:27 +09:00
dofile(maidroid_tool.modpath .. "/core_writer.lua")
2016-12-16 23:04:02 +09:00
dofile(maidroid_tool.modpath .. "/egg_writer.lua")
2016-09-15 10:47:09 +09:00
dofile(maidroid_tool.modpath .. "/crafting.lua")