mirror of
https://github.com/tacigar/maidroid.git
synced 2025-07-04 00:30:25 +02:00
Modify various
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user