descriptionMinetest mod that adds teleports for fast transport
ownerWuzzy@disroot.org
last changeTue, 8 Sep 2020 20:16:22 +0000 (8 22:16 +0200)
content tags
add:
README.txt
teleports
=========

Mod "teleports" for Minetest 0.4.17 or later. Updated version of lag01's Teleports mod!

Allows players to create teleports with crafting (8 diamonds + 1 obsidian).

A teleport is a block that teleports players to another nearby teleport (less than 260 blocks distance)
by standing on it.
The teleport will target the teleport (in range) that best matches your viewing direction.

If you 'use' a teleport (rightclick or double-tap),  you can spend mossy cobblestone to
instantly teleport to one of the 6 nearest teleports.

Teleports can be named. If you place a teleport next to a Wooden Sign or Steel Sign,
the teleport will take the name of the sign (can only be done once, max. length 16
characters).

Teleports are sometimes erratic. There's a small chance that a teleport will not put you on
the destination exactly, but one block 'besides' it.

Beware: If you dig a teleport, you only get 1 diamond back, so think before placing!

Version
#######
1.0.0

Credits:
========
This mod code is licensed under the GNU LGPLv2
<https://www.gnu.org/licenses/old-licenses/lgpl-2.0>.

lag01 and rnd get credit for the original code.
Wuzzy gets credit for bugfixes and some gameplay tweaks.

Texture license:

teleports_teleport_top.png
    * License: CC BY-SA 3.0 <http://creativecommons.org/licenses/by-sa/3.0/>
    * Authors: Zeg9, lag01

Sound licenses:

teleports_charge.ogg
    * License: CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
    * Author: squidge316
    * Changes were made (slower speed)
    * Source: <https://freesound.org/people/squidge316/sounds/161336/>

teleports_teleport.ogg
    * License: CC BY 3.0 <http://creativecommons.org/licenses/by/3.0/>
    * Author: tim.kahn
    * Changes were made (higher pitch)
    * Source: <https://freesound.org/people/tim.kahn/sounds/128590/>
shortlog
2020-09-08 WuzzyVersion 1.0.0master1.0.0
2020-09-08 WuzzyDocument names
2020-09-08 WuzzyDisallow empty tp name
2020-09-08 WuzzyAdd coordinate tooltip to named teleports
2020-09-08 WuzzyLess intrusive method to update teleport formspecs
2020-09-08 WuzzyMake coords more readable
2020-09-08 WuzzyPut coords in brackets
2020-09-08 WuzzyFix translator fallback
2020-09-08 WuzzyForce teleport to update formspec by punching
2020-09-08 WuzzyFix sounds
2020-09-08 WuzzyMention afk teleport
2020-09-08 WuzzyReduce random AFK offset to from 5 nodes to 1 node
2020-09-08 WuzzyAdd teleport sounds
2020-09-08 WuzzyUpdate README again
2020-09-08 WuzzyFix crash
2020-09-08 WuzzyUpdate README
...
tags
3 years ago 1.0.0
heads
3 years ago master