Atlantean Power Dust from the Atlantis mod not updating
Mysticpasta1 opened this issue ยท 4 comments
Atlantean Power Dust from the Atlantis mod is not updating while this mod and Atlantis are installed together
to test place an Atlantean Lever, Atlantean Power Dust, and a Redstone lamp next to each other and try to turn it on
the redstone will not update unless replaced by the player.
Thanks for the report! It would help the debugging process to know which mod loader, Minecraft version, and mod versions you are using.
Unfortunately, Alternate Current is generally incompatible with other mods that add custom wire blocks. This is simply not feasible, and it would require some work on the side of those mods as well, for example by adopting an API like Signal. For the time being, your best bet is to remove Alternate Current if you want to use the Atlantis mod's custom wire.
Thanks. It's odd that the custom wire is not working on its own. I would expect it to break only in that it would not interact with redstone wire properly (which I cannot feasibly fix). But for some reason I added this line which injects a new return
statement in RedStoneWireBlock
's neighborChanged
method. Frankly I think that's an error on my part as I already inject a return
in the updatePowerStrength
method so this really isn't needed. Until I release an update to remove that line, overriding the neighborChanged
method and re-implementing its logic in your custom wire should fix be a valid hot-fix.