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

Update farming core

This commit is contained in:
tacigar
2016-12-22 15:44:33 +09:00
parent 0bd9ec423f
commit bac29556f0
5 changed files with 75 additions and 57 deletions

View File

@ -8,6 +8,7 @@ maidroid_core = {}
maidroid_core.modname = "maidroid_core"
maidroid_core.modpath = minetest.get_modpath(maidroid_core.modname)
dofile(maidroid_core.modpath .. "/cores/_aux.lua")
dofile(maidroid_core.modpath .. "/cores/empty.lua")
dofile(maidroid_core.modpath .. "/cores/basic.lua")
dofile(maidroid_core.modpath .. "/cores/farming.lua")