EngineHub / CraftBook

🔧 Machines, ICs, PLCs, and more!
https://enginehub.org/craftbook/
GNU General Public License v3.0
301 stars 164 forks source link

Silent Hidden Switch #1298

Closed ChrissW-R1 closed 2 years ago

ChrissW-R1 commented 2 years ago

The Problem

If I click on a block with a hidden switch I will get a message in the chat, which tells me, that I've heard the switch. So the user knows, that there IS a hidden switch.

A Solution

A property in the configuration, which disables the message of a hidden switch. So a hidden switch is really hidden.

Alternatives

No response

Anything Else?

No response

me4502 commented 2 years ago

You can just set it to blank in the language file if you want to remove it

ChrissW-R1 commented 2 years ago

Nice idea, but don't work! Now I see no text, but an empty chat line. So there is still an indicator about hidden switches.

My scenario is the following: I want to create hidden switches for some puzzle maps. So, if an user test every block to check, if there is a hidden switch, there should be no audible or visual feedback, instead of all things, which will be triggered by the redstone signal.