1
0
Fork
You've already forked invisibility
1
invisibility potion for player
  • Lua 100%
Find a file
2026年06月26日 08:37:30 +01:00
locale add russian translation and ondie function (thx skybuilder1717) 2024年11月09日 16:42:46 +00:00
sounds change minetest. to core. 2025年05月04日 11:56:32 +01:00
textures Initial upload 2016年06月07日 16:38:50 +01:00
api.txt separate player table from global, add is_visible() 2024年11月14日 08:05:00 +00:00
init.lua hide player on minimap when invisible 2026年06月26日 08:37:30 +01:00
license.txt tweak and new screeny 2026年06月22日 09:31:43 +01:00
mod.conf add invisibility.invisible global api function. 2024年11月09日 07:53:41 +00:00
README.md update changelog 2026年03月14日 16:47:59 +00:00
screenshot.jpg tweak and new screeny 2026年06月22日 09:31:43 +01:00
settingtypes.txt tweak code and recipe 2026年03月14日 16:25:32 +00:00

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.