Project Red - Exploration

Project Red - Exploration

27M Downloads

Update propagation issues with cells and gates

quantumdude836 opened this issue ยท 1 comments

commented

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.

2015-04-04_02 25 13

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.

2015-04-04_02 25 16

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.

commented

Well I'm a dummy who didn't think to test with the latest version of the mod; looks like it was already fixed.