MightyPirates / TIS-3D

TIS-100 inspired low-tech computing in Minecraft.
https://www.curseforge.com/minecraft/mc-mods/tis-3d
Other
108 stars 35 forks source link

Execution module not working as intended #72

Closed Player505 closed 6 years ago

Player505 commented 6 years ago

The execution module isn't working as intended to the best of my knowledge. From what I can see in the code that I have written, if an input from the 'up' side is equal to 4 then there should be an infinite loop of an output of 15 to the 'right' (on the right side of the block is a redstone module). However, as it stands it seems to send an output for one cycle and then jumps back to the start? I tried to get just the two lines that were the infinite loop on another execution module and it seemed to work fine.

Forge version 1.12.1-forge1.12.1-14.22.1.2478

Mods BetterPlacement-1.0.0-1 CTM-MC1.12-0.2.2.7 ImmersiveEngineering-0.12-72 ImmersiveEngineering-0.12-72-core immersivepetroleum-1.12-1.1.3 jei_1.12-4.7.5.85 OpenComputers-MC1.12.1-1.7.0.4 OptiFine_1.12.1_HD_U_C5 TIS-3D-MC1.12-1.2.4.8 worldedit-forge-mc1.12-6.1.8-dist

fnuecke commented 6 years ago

Can't reproduce that, loops as expected.

Player505 commented 6 years ago

I'm sorry but it looks like my issue was caused by me. The problem I had was that I had multiple Redstone modules touching each other which caused weird stuff. Sorry again about this

fnuecke commented 6 years ago

Ah, that'd explain it yes :) No worries. Just in case you don't know, you can lock data transfer across specific edges using the keys while sneaking.

Player505 commented 6 years ago

I didn't know that. Thanks for the tip :)