From 04e0e773e43348abeb48d5b796f715e695f8b45b Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 9 May 2018 17:42:59 +0200 Subject: [PATCH 1/6] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..946a2d5 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# tpad +A teleporter-pads mod for Minetest + +Developed and tested on Minetest 0.4.16 - try in other versions at your own risk :) From b7d624916f2c0ddc71569a5c74e652736c656c84 Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 9 May 2018 18:01:35 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 946a2d5..8ad7d07 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,22 @@ A teleporter-pads mod for Minetest Developed and tested on Minetest 0.4.16 - try in other versions at your own risk :) + +# recipe +W = any wood planks) +B = bronze ingot +WBW +BWB +WBW + +# features +- place down a pad and the teleport station will be immediately active +- right-click on a pad to open the interface +- doubleclick on a station to teleport to it +- edit the name of each station (then either hit "enter" or click "save") +- you can delete any station from anywhere (apart from the one you clicked to open the interface, you have to destroy it manually) +- deleting a remote station you'll lose the relative pad +- issue "/tpad" on the chat to get a waypoint to the closest station +- either teleport or issue "/tpad off" to turn the waypoint HUD off +- each player has its own list of stations +- any player can use any station, but only its owner can dig a station or delete a remote station from the interface From ee8ca402a791fe0a61f14cea91046ecd868dd689 Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 9 May 2018 18:03:15 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ad7d07..03d6502 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ A teleporter-pads mod for Minetest Developed and tested on Minetest 0.4.16 - try in other versions at your own risk :) # recipe -W = any wood planks) -B = bronze ingot -WBW -BWB -WBW + W = any wood planks + B = bronze ingot + + WBW + BWB + WBW # features - place down a pad and the teleport station will be immediately active From 2a0c4155a784fc17ed554da06bc01a6b1c8ec0c6 Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 9 May 2018 18:03:37 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03d6502..5259fd8 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ A teleporter-pads mod for Minetest Developed and tested on Minetest 0.4.16 - try in other versions at your own risk :) # recipe - W = any wood planks - B = bronze ingot + W = any wood planks + B = bronze ingot - WBW - BWB - WBW + WBW + BWB + WBW # features - place down a pad and the teleport station will be immediately active From 574ad03bec302671d381ec6483d0a765d3f1b005 Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 9 May 2018 18:04:58 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5259fd8..421bcb3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A teleporter-pads mod for Minetest Developed and tested on Minetest 0.4.16 - try in other versions at your own risk :) +WIP mod forum discussion: https://forum.minetest.net/viewtopic.php?f=9&t=20081 + # recipe W = any wood planks B = bronze ingot From caa53b5577b7d09e58e25914846c036f99b19705 Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 9 May 2018 18:07:03 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421bcb3..41910a7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ WIP mod forum discussion: https://forum.minetest.net/viewtopic.php?f=9&t=20081 # features - place down a pad and the teleport station will be immediately active - right-click on a pad to open the interface -- doubleclick on a station to teleport to it +- doubleclick on a station in the station list to teleport to it (or select it and click "teleport") - edit the name of each station (then either hit "enter" or click "save") - you can delete any station from anywhere (apart from the one you clicked to open the interface, you have to destroy it manually) - deleting a remote station you'll lose the relative pad