A Minetest mod which adds a magical mirror which allows to teleport to some set position.
Go to file
Wuzzy 2a772701f0 Add mod.conf 2016-08-02 18:23:14 +02:00
sounds Add basic sounds 2015-02-13 23:21:25 +01:00
textures Tweak particles 2016-08-02 18:22:52 +02:00
README.md Update readme 2016-08-02 18:21:53 +02:00
depends.txt Make dependency on Mana mod optional 2015-02-14 00:02:35 +01:00
description.txt Copy-editing 2015-02-14 00:47:19 +01:00
init.lua Fix rightclick, reduce range to 0, disable dig 2016-08-02 18:19:41 +02:00
mod.conf Add mod.conf 2016-08-02 18:23:14 +02:00

README.md

Mirror of Returning

Version 0.1.0

Description

This mod adds a magical item, the Mirror of Returning. This item teleports the user back to a previously set location, at the cost of some mana (if applicable).

Usage

While holding the mirror:

  • Rightclick to set the mirror's teleport location.
  • Leftclick to immediately teleport back to the mirror's teleport location.

Each mirror has is own teleport location and “remembers” it throughout the game, until a new teleport location has been set.

Initially, a mirror has no teleport location set, so you have to set it before the first teleportation.

If the Mana mod [mana] is present, setting and teleporting costs mana. The default cost are:

  • Setting teleport location: 20
  • Teleporting: 200

Configuration

You can change the mana costs via minetest.conf. The following settings are used:

  • returnmirror_cost_set: Mana cost for setting (number)
  • returnmirror_cost_teleport: Mana cost for teleporting (number)

If a setting is not present, the default cost is used.