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

[UPDATE] Update core writer

This commit is contained in:
tacigar
2016-09-14 11:23:27 +09:00
parent 998c9bd46a
commit 5e9cda5ce7
11 changed files with 41 additions and 4 deletions

View File

@ -7,3 +7,5 @@ maidroid_tool = {}
maidroid_tool.modname = "maidroid_tool"
maidroid_tool.modpath = minetest.get_modpath(maidroid_tool.modname)
dofile(maidroid_tool.modpath .. "/core_writer.lua")