Pneumatic door bases only react to a strong redstone signals but not weak ones
ArsiTheFox opened this issue ยท 3 comments
For feature requests, just erase this template and clearly describe the feature you'd like to see
Minecraft Version
1.16.5
Forge Version
1.16.5-forge-36.0.15
Mod Version
pneumaticcraft-repressurized-1.16.5-2.9.5-128
Not really a complete issue but probably a small tweak. Basically the Pneumatic door base only reacts to a strong redstone signal but not a weak one:
This makes it so you HAVE to send the signal into the main block and not the block next to it. Makes hiding redstone kinda annoying
Also an invert option would be nice so you can have a redstone signal already being sent having the door locked so no one can just place a lever and open the door
Note that if you're really concerned about security, put the door base in "player nearby" or "player nearby and looking" mode, and hide a Security Station underneath. Then only you (or anyone you add to the trusted list of the Security Station) will be able to open the door.
Only the door cares about the redstone signal, not the door base. In your picture, the lever on the door base works because it's providing a strong signal to the door through the door base. I appreciate it would make sense for the door base to react too, but it's always been like this, and making the door base react would be a change in behaviour, potentially causing someone's existing build to break.
I guess I could make this a GUI option in the door base, though (the default being the existing behaviour of not passing a signal along to the door).
However, you can still make this work: you can use redstone modules on camouflaged pressure tubes to run a redstone signal inside the surrounding wall, and point a redstone module in output mode at one of the doors. Example:
- The module on the far left (facing you) is in input mode. If you camouflage that pressure tube, you can put a lever on it.
- The other module, pointing at the left door, is in output mode.
- There's pressure tube running all the way underneath the doors and bases - you would want to camouflage that too. This carries both pressure for the elevator bases and the redstone signal between the two redstone modules.
- The other nice thing about this is that the output module can be set to inverted mode, getting you the inversion behaviour you want.