Lets you scale the player with a command or through Lua.
Example: /resizeme 0.5
sets your scale to 0.5
This mod also exposes an API, and should be used something like this:
local ResizeMe = dofile(minetest.get_mod_path("resizeme").."/api.lua")
-- scale singleplayer to 3x
ResizeMe.resize("singleplayer", 3)
It works!
As far as I can tell, everything about the player that can be resized is resized as expected, and it doesn't seem to cause any of the issues I have seen in similar mods.
Some things that are not resized:
Some things start behaving weirdly at extreme sizes (as expected)
Great Mod!
awesome mod! It works great! It would be cool if you got hurt from falling from say, a two block hight if you are small instead of falling like a feather though. Other then that, this mod is the best resize mod I've found!