65 lines
2.3 KiB
Markdown
65 lines
2.3 KiB
Markdown
Blink Teleport mod for Minetest
|
|
======================
|
|
|
|
Dependencies
|
|
------------
|
|
Minetest 5.0.0+
|
|
|
|
Description
|
|
-------------
|
|
|
|
Blink is a short distance teleport with a cooldown period. The further you blink, the longer the cooldown. You can also place a temporary marker that will display your destination if you were to blink. This will add a new dynamic to PvP and/or survival servers. If you blink into a player or a mob, you will find yourself directly behind them facing their back.
|
|
|
|
Right click or double tap to blink in the direction you are looking. Left click or tap and hold to show a glowing orb at the location you would blink to. If you do this twice in the same place, you will blink to that spot (see screenshots)
|
|
|
|
Blink Rune is limited uses (150 by default) and fairly easy to craft. Forever Rune is infinite uses and requires 8 Blink Runes plus a mese block to craft.
|
|
|
|
Blink adds a few items for crafting purposes: Bone and Bone Shard. If Bonemeal is detected, that bone will be used instead. If Techpack is installed, a grinder recipe is added.
|
|
|
|
Blink does not depend on MTG so it will work with any game including Mineclone.
|
|
|
|
|
|
|
|
|
|
Features
|
|
-------------
|
|
|
|
* By default you cannot blink into or out of protected areas (configurable)
|
|
* Ability to specify a protection owner to allow blinking (Useful for public areas)
|
|
* Height check disallows blinking into a space too short for the player
|
|
* If you blink into a player or mob, you will move directly behind them and face their back
|
|
- currently compatible with all of Mobs Redo, NSSM, Creeper, and DMobs
|
|
* Swoosh sound included (7 sounds played randomly)
|
|
* Default max blink distance is 20 nodes (configurable)
|
|
* Able to set static cooldown and/or dynamic cooldown (0.1s for each block travelled + the static cooldown)
|
|
|
|
![Before Blink](screenshot_1.png)
|
|
|
|
![After Blink](screenshot_2.png)
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
Open the tab `Settings -> All Settings -> Mods -> blink` to get a list of all
|
|
possible settings.
|
|
|
|
For server owners: Check `settingtypes.txt` and modify your `minetest.conf`
|
|
according to the wanted setting changes.
|
|
|
|
|
|
TODO
|
|
--------
|
|
|
|
* Localize
|
|
* Maybe switch to first weapon in hotbar when blinking behind players or mobs
|
|
* Clean up and document code
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
`May change in the future!`
|
|
|
|
Licensed under the GNU LGPL version 3 or later.
|
|
See LICENSE.txt and http://www.gnu.org/licenses/lgpl-3.txt
|