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-21 23:18:41 +09:00
parent 83bcc91db4
commit cde514546c
3 changed files with 186 additions and 0 deletions

View File

@ -10,3 +10,4 @@ maidroid_core.modpath = minetest.get_modpath(maidroid_core.modname)
dofile(maidroid_core.modpath .. "/cores/empty.lua")
dofile(maidroid_core.modpath .. "/cores/basic.lua")
dofile(maidroid_core.modpath .. "/cores/farming.lua")