stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
15 stars 2 forks source link

[1.16.5]Unexpected behaviour with steps in a redstone path #1

Closed Rodg88 closed 2 years ago

Rodg88 commented 2 years ago

Reposting this from the modpack tracker: https://github.com/EnigmaticaModpacks/Enigmatica6/issues/4126

stfwi commented 2 years ago

Hi Rodg, ty for the hint, let me take a look in the E6 thread. Cheers,-

stfwi commented 2 years ago

(Fix as described in the E6 thread, fix version redstonepen-1.16.5-1.0.7). Cheers Rodg,-

Rodg88 commented 2 years ago

Just tried the new version, and there is still some disconnection issue, but it seems easy to work around.

https://user-images.githubusercontent.com/2611674/151605469-29be704f-c1bf-474f-b897-2870da47f0df.mp4

Once the track is connected and working, it seems ok, and you can fix it by re-doing the top side segment.

stfwi commented 2 years ago

Uiui. Just saw the difference of your setup and the fix that I applied, and reproduced that. The bug happens only if the RS power source is off - at least in my dev environment. That smells like a change detection problem.

stfwi commented 2 years ago

Ahhh, it was simpler, I accidentally removed the update recursion while testing and did not add it again ("bug exchange" ....) This time I gonna upload the pre-jar here first - you make the impression of an excellent tester ;)

stfwi commented 2 years ago

Oky, I found yet another small thing and hope it's now all done and dusted. redstonepen-1.16.5-1.0.8-b1 is the MC1.16 version, currently in approval on Curse. I'll close, and if we to find something, reopen. Cheers,-

Rodg88 commented 2 years ago

Checked in-game, seems good now! Thanks!