6 lines
204 B
Lua
Raw Normal View History

2020-06-14 15:02:28 -04:00
local path = minetest.get_modpath("player_mechanics")
dofile(path.."/version_info.lua")
dofile(path.."/player_interaction.lua")
dofile(path.."/player_mechanics.lua")
2020-06-14 15:02:28 -04:00
dofile(path.."/eating_mechanics.lua")