2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-01-26 16:39:07 -05:00
|
|
|
local dofile, minetest
|
|
|
|
= dofile, minetest
|
2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-01-26 16:39:07 -05:00
|
|
|
local modname = minetest.get_current_modname()
|
|
|
|
local path = minetest.get_modpath(modname)
|
2018-11-03 19:23:33 -04:00
|
|
|
|
2019-01-26 16:39:07 -05:00
|
|
|
dofile(path .. "/player.lua")
|
2019-01-27 22:34:53 -05:00
|
|
|
dofile(path .. "/hotpotato.lua")
|
2019-02-23 23:29:27 -05:00
|
|
|
dofile(path .. "/suicide.lua")
|