]> git.lizzy.rs Git - Crafter.git/blob - mods/player_mechanics/init.lua
Add Suffocation
[Crafter.git] / mods / player_mechanics / init.lua
1 local path = minetest.get_modpath("player_mechanics")
2 dofile(path.."/version_info.lua")
3 dofile(path.."/player_interaction.lua")
4 dofile(path.."/player_mechanics.lua")
5 dofile(path.."/eating_mechanics.lua")
6 dofile(path.."/flowing.lua")
7 dofile(path.."/fall_damage.lua")
8 dofile(path.."/suffocation.lua")