Moving Elevators

Moving Elevators

7M Downloads

[Feature] Another remote controller wich emits a redstone signal?

Ichirou-Tomoe opened this issue ยท 4 comments

commented

Hello,

I'm delighted to finally get an elevator that is easy to set up, with an optional contol panel with floor names, and wose command blocs integrate perfectly into urban designs.

But while I can get around the no 2ร—2 elevator size by making my elevator shaft 2ร—2 wide (except where the elevator stops, but those gaps are only visible from the elevator shaft), I like the doors to
automatically open and close with the elevator.

While I unserstant the appeal of the use of the comparator, especially where we don't want a direct redstone signal to interfere with other circuits, I can't find a way to fit a redstone comparator and circuits to automate the doors on constructs that have one blocks wide floors and walls. So I would very much like another version of the remote controller that would emit a simple redstone signal, like buttons do, to operate the elevator doors.

And while we're at it, I personnaly feel that being able to completely mask the basic controller, even its buttons, and only see the elevator display would be the icing on the cake. After all, you did take the time and efforts to make those floor label fully functional to operate the elevator.

2020-05-23_17 04 33
In any case, thank you for a great mod. I'll be sure to use it, with ou without the means to automate my doors!
Have a nice day.

commented

I might still add a block which just outputs a redstone signal directly, but just for anyone looking at this, you can now also use comparators on a remote elevator panel as a remote redstone solution.

commented

Just use an observer, combined with some redstone circuitry and sliding doors and you're done.

commented

Hi, this mod contains the answer you might be looking for.
https://github.com/stfwi/rsgauges
https://www.curseforge.com/minecraft/mc-mods/redstone-gauges-and-switches
How to set up doors:

  1. Attach a comparator switch to the elevator controller, or underground remote elevator controller bound to your elevator.
  2. Put an industrial cased switch link receiver 2 blocks below the doors (right below the block the doors are on) Do this for each door.
  3. Obtain an ender pearl.
  4. Right-click the reciever, then right click the comparator switch.
  5. Move the elevator 1 floor up/down, then return it to the original position.
    The doors should now open and close automatically.
    Side note:
    If you install Engineer's Decor, also by @stwfi, I reccomend the Metal sliding doors, to more closely simulate a real elevator. Or, when Mcreator 1.16 support comes out, you can use that to create your own doors.

    If this is too complicated, @mention me and I will help you out.
commented

I do agree with that statement, that being able to get rid of the basic controller buttons, and just have an elevator display would be a nice feature, so long as the option to enable buttons was still there.