Razzokk / wireless-redstone

A mod for Minecraft which adds Wireless Redstone mechanics
GNU General Public License v3.0
0 stars 1 forks source link

1.19.2 Blockstates do not update on servers using the "alternate current" optimisation mod #6

Open Chribit opened 9 months ago

Chribit commented 9 months ago

Hi,

Playing on 1.19.2 Fabric on a server with "alternate current" 1.7.0 and "wireless redstone" 1.1.1. While there are plenty of other mods this could clash with, everything works fine without "alternate current" installed. Once installed, the transmitter and receiver seem to send and receive signals, BUT:

  1. the visuals / the blockstates of receiver and transmitter are not updated e.g. if transmitter turns active, receiver doesn't appear active --> i know it does receive the signal by then placing a redstone lamp onto it for example --> this only happens occasionally

  2. if the redstone circuits are already built, e.g. lamp already placed on receiver, and the transmitter is then powered, the receiving circuit doesn't activate.

I am playing with a bunch of other optimisation mods as well, maybe this helps reproducability:

I do usually also use lithium, but the issues persist without it so its not listed here.

Razzokk commented 9 months ago

Thanks for the report! So if I understood it correctly not only the visuals of the receiver block is not updated correctly but also the connected redstone circuitry (e.g. the attached lamp is also not turned on)? I will look into it, but please not that I cannot guarantee any ETA due to lot's of private stuff currently.

Chribit commented 9 months ago

Yes, that‘s correct. No worries mate!

loldev69 commented 8 months ago

Tried reproducing in 1.18 Forge with Alternate Current, everything works fine there.

Razzokk commented 5 months ago

Hi, sorry for the long break. Finally back working on the mod again a little bit. However, I couldn't reproduce the problem even with all the mods you described.