tweaked-programs / cccbridge

CC:C Bridge is a mc mod that adds compatibility between the ComputerCraft and Create mod!
https://cccbridge.tweaked-programs.cc/
Apache License 2.0
29 stars 14 forks source link

RedRouter block doesn't fire "redstone" event #64

Closed aoxiangtianji closed 6 months ago

aoxiangtianji commented 1 year ago

Description As title.

To Reproduce Steps to reproduce the behavior:

  1. Place redrouter block
  2. Connect on a advanced computer
  3. Run command os.pullEvent("redstone")
  4. Give the redrouter block a redstone signal
  5. Nothing happend

Expected behavior Event "redstone" fires.

Software (please complete the following information):

SammyForReal commented 1 year ago

Thank you for reporting this. That indeed is not supposed to happen. I will try to fix that

SammyForReal commented 6 months ago

Fixed in a59279163fb9d9196e7c0bd14cdedaaecadf95c1

elblorenz32 commented 4 months ago

I'd like to reopen this for mc Version 1.20.1 with Forge 47.2.0 and mod version 1.6.3

Behaviour is the same as OP described