StorageDrawers icon indicating copy to clipboard operation
StorageDrawers copied to clipboard

Fixed Redstone Upgrade

Open LiskoSlayer63 opened this issue 2 years ago • 1 comments

  • Changed output to use analog signal (requires comparator)
  • Added blockstate update when block is removed to clear the redstone signal

This should close #1065

LiskoSlayer63 avatar Apr 16 '23 03:04 LiskoSlayer63

I wasn't sure if the getSignal() and getSignalSource() were used somewhere so I didn't remove them, only changed the isSignalSource() to false.

LiskoSlayer63 avatar Apr 16 '23 03:04 LiskoSlayer63

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.

jaquadro avatar Aug 13 '24 10:08 jaquadro