invisibility potion for player
- Lua 100%
| locale | add russian translation and ondie function (thx skybuilder1717) | |
| sounds | change minetest. to core. | |
| textures | Initial upload | |
| api.txt | separate player table from global, add is_visible() | |
| init.lua | hide player on minimap when invisible | |
| license.txt | tweak and new screeny | |
| mod.conf | add invisibility.invisible global api function. | |
| README.md | update changelog | |
| screenshot.jpg | tweak and new screeny | |
| settingtypes.txt | tweak code and recipe | |
Invisibility Potion by TenPlus1
This mod lets you craft an invisibility potion using one of each sapling (tree, jungle, pine, acacia, aspen, bush, acacia bush), a red mushroom and glass bottle.
Use potion to hide yourself AND nametag (5.0.0+ only) for 3 minutes.
Server admin can use the '/vanish ' command to hide/unhide players or themselves by leaving it blank.
Forum Page: https://forum.minetest.net/viewtopic.php?f=9&t=14846
Changelog:
- 0.1 - Initial Upload
- 0.2 - Added error checking and a 10 second warning before becoming visible
- 0.3 - Potions can now be stacked
- 0.4 - Potion recipe changed now that Nyan Cat no longer in default game
- 0.5 - Use newer functions, Minetest 0.4.16 and anove needed to run
- 0.6 - Make invisibility function global for API use, add time setting.
- 0.7 - Remove player list from global table and add invisibility.is_visible(name).
- 0.8 - Fix duration setting, add particle effect, tweak code and recipe, new screenshot.