Page 1 of 1

[Mod] Simple teleporters [easyporter]

PostPosted: Sat Sep 17, 2016 18:43
by qwertymine3
This is a simple teleporter mod with no GUI.
Image
How to use:
Place 4 nodes of one material surrounding the portal block (in and out portal), to set the type of portal.
The in portal requires no further actions, but the out portal must be right-clicked before it will work.

The in portal will teleport the player to the out portal surrounded by the same node.
There can be any number of in portals for every out portal.

Crafting
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
-- In portal (Enterance)
default:diamond default:mese         default:diamond
default:diamond default:mese_crystal default:diamond
default:diamond default:mese_crystal default:diamond

-- Out portal (Exit)
default:diamond default:mese_crystal default:diamond
default:diamond default:mese_crystal default:diamond
default:diamond default:mese         default:diamond


-- Depends = Default (crafting)
-- License = MIT
-- Download = https://github.com/Qwertymine/easyporter/archive/master.zip
-- Github = https://github.com/Qwertymine/easyporter

Re: [Mod] Simple teleporters [easyporter]

PostPosted: Sat Sep 17, 2016 19:27
by TheReaperKing
This is an awesome idea!! I love the simplicity but functionality, thank you!

Re: [Mod] Simple teleporters [easyporter]

PostPosted: Sun Sep 18, 2016 09:59
by azekill_DIABLO
+1

Re: [Mod] Simple teleporters [easyporter]

PostPosted: Sat Nov 05, 2016 22:49
by qwertymine3
Released!

Re: [Mod] Simple teleporters [easyporter]

PostPosted: Sun Nov 06, 2016 14:46
by Krock
Interesting idea. Would it be possible to add bidirectional teleporters, so it's not required to set up two teleporter stations on each side? It is indeed helpful to teleport to common places by creating an in-portal in front of your house to get easily to the wanted destination, but backwards isn't that easy, as the area will be most likely protected there.

Re: [Mod] Simple teleporters [easyporter]

PostPosted: Tue Nov 08, 2016 19:55
by qwertymine3
Krock wrote:Interesting idea. Would it be possible to add bidirectional teleporters, so it's not required to set up two teleporter stations on each side? It is indeed helpful to teleport to common places by creating an in-portal in front of your house to get easily to the wanted destination, but backwards isn't that easy, as the area will be most likely protected there.

Can you explain what you mean by this?
If portals were bi-directional, you would have to set up a portal at each end, so it still wouldn't get around the issue of protected areas.
Also it means that you lose the ability to connect to an 'out portal' from anywhere, as the node type doesn't identify a single position anymore.