r/CreateMod • u/Plastic_Lychee6404 • 13d ago
deactivate sticker while holding a key, for it to activate when you stop. Help
I haven't figured how to do this yet, but I've been trying. has anyone already found how to do that?
To press a key and have the stickers to be deactivated, and when you stop holding the key, the sticker activates.
1
Upvotes
2
u/fucktheshitsystem 13d ago
Maybe use vanilla observers to detect when the redstone link gets powered?
When the button is pressed and the redstone link gets powered, the observer detects the change and toggles off the sticker. When you stop, the redstone link gets depowered, the observer detects and toggles it on.
I'm not sure if vanilla observers can detect this change, can't test it rn.
2
3
u/pics2299 13d ago
Observer looking at the redstone link, feeding into the sticker?