1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-23 01:50:23 +02:00
Files
minetestforfun_game
mods
3d_armor
3d_armor_classes
WorldEdit
_misc
action_timers
ambience
areas
arrow_signs
automappercolors
biome_lib
bobblocks
broomstick
builtin_falling
builtin_item
carts
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
connected_chests
cozy
darkage
death_messages
dropondie
email
eventobjects
factions
fail
fences
fishing
food
framedglass
gauges
glow
hbarmor
hbhunger
homedecor_modpack
hudbars
interact
inventory_icon
inventorycheck
invtweak
irc_modpack
item_drop
jumping
lantern
lavatemple
locked_sign
mana
mapfix
maptools
markers
maze
meru
mesecons
metatools
mff
minercantile
mobs
money
more_chests
moreblocks
moretrees
multitest
music
name_restrictions
names_per_ip
nether
news
notice
paintings
pclasses
peace_areas
pipeworks
plantlife_modpack
player_inactive
profilerdumper
quartz
quests
random_messages
report
returnmirror
sounds
textures
README.txt
depends.txt
description.txt
init.lua
riesenpilz
runes
sea
serverguide
shutdown
signs_lib
snow
soccer
soundset
spears
sponge
sprint
stacktraceplus
stained_glass
throwing
time_regulation
track_players
treasurer
trm_pyramids
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
warps
watershed
whoison
worldedge
xban2
other_things
worlds
.gitignore
.gitmodules
LICENSE
README.md
minetest.conf
server-nalc/mods/returnmirror
crabman77 5856d4d6f3 convert sounds,mono 44100 48kb
remove fire_small.ogg, doublons
2015-09-05 21:40:31 +02:00
..
2015-09-05 21:40:31 +02:00
2015-05-26 23:37:16 +02:00

Mirror of Return
================
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
Rightclick with the item onto a node to set the mirror's teleport location.
Leftclick while holding the mirror 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: 20
* Teleporting back to set position: 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.