2020-06-14 15:02:28 -04:00

6 lines
204 B
Lua

local path = minetest.get_modpath("player_mechanics")
dofile(path.."/version_info.lua")
dofile(path.."/player_interaction.lua")
dofile(path.."/player_mechanics.lua")
dofile(path.."/eating_mechanics.lua")