stfwi / redstonepen

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

pen-made wiring inconsistent with dispener if connected on top of dispenser(using centre-connect) #34

Closed Shinchai closed 3 months ago

Shinchai commented 4 months ago

Connecting a button to a dispenser by top connection (shown below) activates a dispenser once but no more (the circuit must be reconnected by breaking a part and putting it back again to make it work again) 2024-02-15_06 02 57

however, using the pen to power a block on top of the dispenser works fine.

2024-02-15_06 01 36

stfwi commented 4 months ago

Hi Shinchai, thanks for reporting this. Which mod file are you using (or mod version, minecraft version, [neo]forge/fabric)? Cheers;

stfwi commented 4 months ago

Hi, mod version 1.20.2-1.6.28 is pushed on Curse and Modrinth, this should fix the issue, I could not reproduce it after pulling in the fixed from 1.20.4.

Could you risk a glimpse and tell me if it's okay on your machine, too? Then I can mark the version as release. Cheer's!

Shinchai commented 4 months ago

I'm using mod version 1.8.28 for minecraft 1.20.4 with fabric loader 0.96.1. Also I am only using two redstone related mods only, this one & redstone bits (though i do have the full set of optimization mods given by adrenaline, might be that is interfering?)

Sometimes in my other redstone circuits, I have to re-make a circuit by destroying one block and putting it back to make the circuit work normally (otherwise, similar result happens, only triggers once or never at all)

Im using these mods if it helps: (red dashed ones are installed after this incident so not relevant) image

stfwi commented 4 months ago

Hi, ty for the listing and the details. My impression is it's gonna be a tricky one ;). Let's see what a run in the IDE may reveal.

stfwi commented 4 months ago

Ya, it's definitely a thing to reproduce that. Still did not find what's happening there.

stfwi commented 3 months ago

Okay, was reproducible and could be fixed in one go with doing some performance optimizations. No other mod was involved in the bug, this was a change in Minecraft that I did not see before. Uploaded version v1.20.4-1.8.29 to modrintrh and curse:

Can you give it a try and write a short feedback if that solved the issue also in your setup? Cheer's;-

Shinchai commented 3 months ago

I remade the setup shown in the pic and it works fine now. Thanks for the update!

stfwi commented 3 months ago

Perfect that, thanks for the quick feedback;;