Update propagation issues with cells and gates
quantumdude836 opened this issue ยท 1 comments
Whenever a logic cell (such as an Invert Cell) updates, any logic gates directly attached do not see the update.
Here is an initial configuration with two NOT Gates on either side of an Invert Cell; one of the gates is separated from the cell by a wire.
Here is an update to the cell caused by a redstone torch. The NOT Gate on the left sees the update, but the NOT Gate on the right does not. Exhibits the same behavior with other gates/cells.
Minecraft version: 1.7.10
FML version: 10.13.2.1230-universal
Project:Red version: 4.5.12.64
PR mods installed: base/integration/lighting/mechanical beta/world and any dependencies (MrTJPCore 1.0.5.11, CodeChickenLib 1.1.3.127, ForgeMultipart 1.1.323). No other mods installed.