Go to file
OgelGames 5edebccdb0 fix digilines "get" command not working 2022-01-11 19:07:36 +11:00
.github/workflows update luacheck and add badge 2021-01-05 17:46:44 +11:00
sounds big rewrite commit 2021-06-22 16:13:50 +10:00
textures optimize textures and remove source file 2021-06-22 16:14:24 +10:00
.luacheckrc update luacheck and add badge 2021-01-05 17:46:44 +11:00
LICENSE Initial commit 2015-09-18 21:25:00 +02:00
README.md update readme and add screenshot and digilines docs 2021-06-22 16:15:18 +10:00
abm.lua big rewrite commit 2021-06-22 16:13:50 +10:00
beacon.lua big rewrite commit 2021-06-22 16:13:50 +10:00
digilines.lua fix digilines "get" command not working 2022-01-11 19:07:36 +11:00
digilines.md update readme and add screenshot and digilines docs 2021-06-22 16:15:18 +10:00
extender.lua big rewrite commit 2021-06-22 16:13:50 +10:00
functions.lua add nil check for `pointed_thing` 2021-11-16 21:41:43 +11:00
init.lua big rewrite commit 2021-06-22 16:13:50 +10:00
key.lua big rewrite commit 2021-06-22 16:13:50 +10:00
mod.conf replace depends.txt with mod.conf 2021-06-15 13:11:59 +10:00
screenshot.png update readme and add screenshot and digilines docs 2021-06-22 16:15:18 +10:00
settingtypes.txt big rewrite commit 2021-06-22 16:13:50 +10:00

README.md

Telemosaic [telemosaic]

luacheck

A Minetest mod for user-generated teleportation pads.

screenshot

Description

This is a mod for Minetest. It provides teleportation pads, called "beacons". Unlike other teleportation mods, no menus or GUIs are used; you set the destination with a simple "key" item. There is no tooltip for the destination either, so signs are recommended.

Another difference is the limited default range of the beacons. To increase the range, you need to place "extenders" around the beacon. The extenders come in different colors, allowing the extenders to form a pretty pattern; hence the name "telemosaic".

Notes

This is a maintained fork of https://github.com/bendeutsch/minetest-telemosaic with various improvements and changes, optimized for multiplayer environments.

  • Beacons no longer teleport players automatically, they must be right-clicked by a player.
  • More chat messages are sent to inform and help players with non-functional telemosaics.
  • Telemosaic keys can be preserved by holding shift when right-clicking a beacon.
  • Beacons can be enabled and disabled by punching them with a telemosaic key.
  • If the digilines mod is installed, beacons can be controlled by digilines.
  • and other small changes...

Usage

Right-clicking a beacon with a default mese crystal fragment creates a telemosaic key with the position of the beacon.

Right-clicking a second beacon with the key sets the destination of the second beacon to the position of the first beacon. To set up a return path, right-click the second beacon with the fragment, and then first beacon with the resulting key again.

The beacons do not need to be strictly paired this way: rings or star-shaped networks are also possible. Each beacon has only a single destination, but can itself be the destination of several others.

Once linked, you teleport between beacons by right-clicking them. Before teleporting, beacons will check that their destination is sane: the destination still needs to be a beacon, and the two nodes above it should be clear for walking/standing in.

Beacons have a default range of 20 nodes. If the destination is too far away, the beacon will turn red and will not function. To extend the range for a beacon, place "extenders" next to it, within a 7x7 horizontal square centered on the beacon, and at the same level or one node below the beacon.

Extenders come in three tiers, with each being more powerful than the tier below. By default, tier 1, tier 2, and tier 3 extenders increase the range of nearby beacons by 5, 20, and 80 nodes, respectively.

Extenders can be colored with any of the dyes found in the dye mod. Colored extenders work just like regular extenders, both for teleporting and for recipes.

Digilines

When the digilines mod is installed, telemosaic beacons can be controlled by sending digiline messages. By default, all beacons use the channel "telemosaic", but you can change the channel name via digilines.

For full documentaion, see digilines.md.

Dependencies

  • default
  • doors
  • dye (optional)
  • digilines (optional)

License