StorageDrawers
StorageDrawers copied to clipboard
Fixed Redstone Upgrade
- Changed output to use analog signal (requires comparator)
- Added blockstate update when block is removed to clear the redstone signal
This should close #1065
I wasn't sure if the getSignal() and getSignalSource() were used somewhere so I didn't remove them, only changed the isSignalSource() to false.
I realize this PR is pretty old, but I'll include this into 1.19 through current versions along with a config entry to switch between the old and new behavior. For 1.19 - 1.20 it will be defaulted to the old behavior to avoid breaking current setups.