Integrated Dynamics

Integrated Dynamics

63M Downloads

Changing redstone writer strong power option from true to false does not cause redstone update.

Icoza opened this issue ยท 4 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description: Changing the strong powered setting in redstone writer from true to false does not cause an update. This leaves any redstone that was being powered by the block to remain active until a block/redstone update occurs.

Steps to reproduce the problem:

  1. Attach a redstone writer to a block with redstone dust or components around said block.
  2. Insert a variable to cause redstone output.
  3. Enable strong power option then disable it.

Expected behaviour: Disabling strong power causes redstone that is powered by the strong powered block to stop being powered.


Versions:

  • This mod: 1.1.11
  • Minecraft: 1.12.2
  • Forge: 14.23.5.2855

Mods Installed; Integrated Dynamics, Integrated Tunnels and required libraries.

Log file:

2021-06-10_17 14 19
After breaking redstone to cause update: 2021-06-10_17 14 29

commented

Thanks for reporting!

commented

I'm sorry, but 1.12 is not supported anymore. Can you also reproduce it in MC 1.16?

commented

It is reproducible in 1.16 with Forge 36.1.31 and Dynamics 1.8.4.

I'm not sure how big of an issue it is though. It might be possible to abuse this in some ways but I can't personally see how since moving or removing the redstone writer will trigger a block update. It doesn't break functionality as long as you provide a block update to it or remove and reinsert the variable into the redstone writer. I didn't know 1.12 was no longer being supported so I apologize about that. Thank you for all the time you put into your mods.

2021-06-11_07 31 15
2021-06-11_07 31 57
2021-06-11_07 35 02

commented

Thanks for checking!