forked from Mirrorlandia_minetest/mesetec
Update README.md
This commit is contained in:
parent
a7843b7c4d
commit
1888ea17ba
13
README.md
13
README.md
@ -1,13 +1,14 @@
|
|||||||
# mesetec
|
# mesetec
|
||||||
|
|
||||||
License: CC0
|
License: CC0
|
||||||
Version: 3.11
|
Depends: default, mesecons
|
||||||
|
|
||||||
|
|
||||||
This mod adds some extra and usefull mesecons stuff.
|
This mod adds some extra and usefull mesecons stuff.
|
||||||
|
|
||||||
|
|
||||||
Player teleport / Player teleport target
|
Player teleport / Player teleport target
|
||||||
send a mesecon singnal to a "Player teleport" block, then to a "Player teleport target" to move players near the teleportblock to the target.
|
send a mesecon singnal to a "Player teleport" block, then to a "Player teleport target" to move players/objects near the teleportblock to the target.
|
||||||
|
|
||||||
Mese teleport / mese teleport target
|
Mese teleport / mese teleport target
|
||||||
right click a "Mese teleport" and choose a position of a "Mese teleport target" then press save.
|
right click a "Mese teleport" and choose a position of a "Mese teleport target" then press save.
|
||||||
@ -18,13 +19,13 @@ every singnal to the "Mese teleport" will be sent to the "Mese teleport target"
|
|||||||
default distance: 30
|
default distance: 30
|
||||||
|
|
||||||
Object detector
|
Object detector
|
||||||
The object detects all kinds of object/entitys (except players) and sends a singnal, or choose kind of entity/object to detect
|
It detects all kinds of object/entitys (except players) and sends a singnal, or choose kind of entity/object to detect
|
||||||
|
|
||||||
Mese hack tool
|
Mese hack tool
|
||||||
can send a signal to every mesecon node by punch it (if its not protected from you)
|
it can send a signal to every mesecon node by punch it (if its not protected from you)
|
||||||
|
|
||||||
Codelock
|
Codelock
|
||||||
the placer can always choose a code to use, and will automacly show when the placer clicks it.
|
the placer can always choose a code to use, and will automacly show in the form when the placer clicks it.
|
||||||
the placer can also code a kaycard (place on a codelock) instead of use the form.
|
the placer can also code a kaycard (place on a codelock) instead of use the form.
|
||||||
the card will only work with the placers codelocks with same code (the card saves owners name and code)
|
the card will only work with the placers codelocks with same code (the card saves owners name and code)
|
||||||
|
|
||||||
@ -44,4 +45,4 @@ Delayer
|
|||||||
Longer delays gate
|
Longer delays gate
|
||||||
|
|
||||||
Node switch
|
Node switch
|
||||||
Replace to nodes with each other
|
Replace two nodes with each other
|
||||||
|
Loading…
Reference in New Issue
Block a user