Redstone Pen's redstone tracks behave unexpectedly
Iris-xii opened this issue · 3 comments
Modpack Version
Enigmatica 6 0.5.25+ (develop branch)
Describe your issue.
Redstone Pen's redstone tracks behave unexpectedly, becoming unpowered under certain circumstances even though normally they would be powered.
To replicate:
Create a setup like this:
It consists of a on lever, a line of redstone going up the side of a block, but with the top face clear, and another line going down on the other side.
Then simply add a new track of redstone to the top face using a single click.
This will be the result. The top track is powered but the track on the other side doesn't get powered.
Breaking and replacing some of the lines can get it to behave as expected. (which is why the new line must be applied using a single click)
Redstone also has trouble traveling through corners, but that might be intended.
Please note that this is only the simplest way to replicate these issues I've found. The setup seems rather forced, but it happens naturally in a semi-consistent way for example on this mess of an altar automation:
Crash Report
N/A
Latest Log
N/A
Have you modified the modpack?
Yes
User Modifications
Removed PackMenu and Tips, disabled mosquito spawns.
Did the issue happen in singleplayer or on a server?
Singleplayer
To supplement, this video shows some of the weird behavior, particularly at the end of the video. Adding the top half of the vertical track actually disabled the redstone signal:
https://user-images.githubusercontent.com/2611674/150825449-9a63212c-b9a9-496b-84db-60b7084c9a95.mp4
Hi all, (and ty Rodg for the forward in the mod repository).
I quickly risked a glimpse,
- The first shown situation is definitely unexpected and very likely a bug in my mod.
- The second, where the connector-to-connector does not transfer signals, is intended. That allows to power a block from multiple sides, and easily making an
OR
logic that way. For transferring RS through a block, the Relays are RS sensitive on their bottom side.
Let me double check in the mod what's messy there and come back with a fix or questions ;) Cheers,-
Alright, I could reproduce and (most likely) fix the problem, for E6 the fix version would be redstonepen-1.16.5-1.0.7
, for E7+ the corresponding versions are also in approval.
[edit] -> Can you please directly update to redstonepen-1.16.5-1.0.8-b1
? I managed to introduce a regression in v1.0.7 :/