1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-24 02:20:19 +02:00
Files
minetestforfun_game
mods
3d_armor
3d_armor_classes
WorldEdit
_misc
_misc_kaeza
ambience_modpack
areas
arrow_signs
awards
bedrock
beginners_chest
bobblocks
bone
builtin_falling
builtin_item
carts
chatplus
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
compassgps
connected_chests
darkage
death_messages
dropondie
dumpnodes
eventobjects
factions
fail
farming
fences
fishing
food
forceload
framedglass
future_ban
gauges
glow
homedecor_modpack
hud
interact
inventorycheck
invtweak
irc
irc_commands
item_drop
jukebox
jumping
lantern
lavatemple
locked_sign
mana
mapfix
maptools
markers
maze
mesecons
metatools
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
name_restrictions
names_per_ip
nether
news
paintings
pipeworks
plantlife_modpack
player_inactive
quartz
random_messages
returnmirror
sounds
textures
README.txt
depends.txt
description.txt
init.lua
riesenpilz
runes
screwdriver
sea
shutdown
snow
snowdrift
solarmana
soundset
spawn
sponge
sprint
stained_glass
throwing
treasurer
trm_pyramids
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
whoison
worldedge
xban2
other_things
worlds
.gitignore
LICENSE
README.md
server-nalc/mods/returnmirror

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.