Description
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)
Releases
2023-07-29 08:47 UTC
v1.0.0
No release notes
All releases
Threads
New thread
Information
Provides
resizeme
Dependencies
- Required
-
No required dependencies
Information
- Type
- Mod
- Technical Name
- resizeme
- Languages
-
English
- License
-
LGPL-2.1-only
- Maintenance State
- Maintenance Only
- Added
- 2023-07-29 08:46 UTC
- Maintainers
-
VeproGames
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!
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)