The player models are set in the default mod.
Just change line 15 of default/init.lua from
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
dofile(minetest.get_modpath("default").."/player.lua")
to
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
-- dofile(minetest.get_modpath("default").."/player.lua")
to disable this.