Get Bundled Input might not work correctly
Lilygabe opened this issue ยท 2 comments
Minecraft Version
1.18.x
Version
1.101.2
Details
log file: latest.log
As you might now, Project Red Transmission has updated to 1.18.2. While it could also be related to a change made in the mod, I wanted to report this to be sure. The mod's version is 1.18.2-4.16.0-beta-6.
The problem is that, while computers can transmit bundle messages, they may not be able to receive them.
Note that there is a possibility that I am doing something wrong, but I have tried searching for any solution with no results.
Steps to reproduce:
- Place down two computers, one or two blocks apart from each other;
- Place a bundled cable between them, including on the face of the computer block. ( microblocks makes so it's necessary to both place the cable on the ground and on the block );
- Using the lua prompt, on the computer on the left, run the command
rs.setBundledOutput("right",colors.black)
; - On the computer on the right, run the command
rs.getBundledInput("left")
;
The seemingly unintended behaviour is an output of 0.
I've done some debugging here, and this appears to be a ProjectRed bug. I've filed MrTJP/ProjectRed#1785 on their side with some notes of my debugging, so probably best to keep an eye on that.