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

Modify various

This commit is contained in:
tacigar
2017-01-03 10:43:56 +09:00
parent 4fa83404d5
commit 4b32c4c5cd
6 changed files with 10 additions and 8 deletions

View File

@ -8,7 +8,7 @@ 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 .. "/_aux.lua")
dofile(maidroid_tool.modpath .. "/core_writer.lua")
dofile(maidroid_tool.modpath .. "/egg_writer.lua")
dofile(maidroid_tool.modpath .. "/crafting.lua")