Project Red - Fabrication

Project Red - Fabrication

20M Downloads

[Bug] Fabrication IC does not compile if two outputs are connected together

arthur-borisenko opened this issue ยท 1 comments

commented

Minecraft version

1.20.1

CodeChickenLib version

4.4.0.516

CBMultipart version

3.3.0.146

ProjectRed version

4.21.0

What happened?

when i connect two gates outputs togrther and connect them to one input, compilation crashes. i've expecte they will act like in in-world redstone/projectRed - like there is OR gate between them.

Crash log

design and problems tab [debug.log](https://github.com/user-attachments/files/21709340/debug.log)

How do you make it happen again?

Image 1. create design as on screenshot in IC workbench 2. press "compile" 3. you will det multiple drivers error
commented

It is as intended. You need to explicitly place an OR gate to allow multiple signals to drive another gate.