From bca466a3c479a230391e1ebd053517a7cb7ee7ed Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Wed, 24 Jan 2018 00:26:31 -0500 Subject: [PATCH] readme updates --- README.md | 16 +++++++++++++++- api.lua | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a3c094..20bc92c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Minetest mod for user-generated teleportation pads. Fork from: https://github.com/bendeutsch/minetest-telemosaic -Rewritten from scratch by SaKel. +Rewritten from scratch by SaKeL License: Code: LGPL 2.1 (see included LICENSE file) @@ -41,6 +41,20 @@ Tier 1 extenders are crafted by placing an obsidian block, a wooden door, and an Protected beacons cannot be configured nor teleported from. You have to protect your beacons and extenders, by default they are not protected. +- beacons have no power by default - you need to use extenders to get some range +- destination beacon can be without the power (if it's destination) - to teleport somewhere you need power / extenders +- no dye coloring but new Minetest like textures (with light in dark based on the tier) +- protected beacons cannot be configured nor teleport from +- GUI, formspecs and info tooltips included due to complexity of the travel net - very helpful +- telemosaic key will not turn in to mese shard when destination too far - instead it will let you know how many blocks you are too far, you can move it closer and use the telemosaic key again +- recipe for extender tier 1 needs diamond +- extenders ranges are 10, 30 90 (tier 1, 2, 3) - there are no settings for changing this atm +- when teleport in progress you can't move for 5 seconds else teleport will be cancelled (idea from warps) +- extenders need to have a free block of space / air above them else they will not work +- you can add names and/or rename destinations +- after adding new name or removing beacons all destinations are updated respectively +- adding or removing extenders will updated all beacons in range respectively + Future plans ------------ diff --git a/api.lua b/api.lua index 0abf50c..78a6419 100644 --- a/api.lua +++ b/api.lua @@ -197,7 +197,7 @@ function telemosaic.get_formspec(pos, table) default.gui_bg_img.. default.gui_slots.. "label[0,0.5;beacon position: "..minetest.pos_to_string(pos).."]".. - "label[0,1;destinaton: "..pos2_colorize.."]".. + "label[0,1;destination: "..pos2_colorize.."]".. "label[0,1.5;range: "..range.." blocks]".. "field[0.34,2.7;4,1;bname;beacon name:;"..bname.."]".. button_teleport..