Crash and world corruption upon use of looping variables.
Nagshell opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
Crash and world corruption upon use of looping variable.
Expected behaviour:
I'm not sure, the actual method doesn't look intended.
Actual behaviour:
Steps to reproduce the problem:
- Make two int variables with value 1 (variables A and B)
- Make third variable with their sum (variable C = A+B)
- Input sum of B and C into logic programmer, put variable A in slot of output and take it out.
- Situation now should look like: A = B+C ; B = 1 ; C = A+B
- Copy variable C onto fourth variable.
- Put A,B and C into variable store,
- Put copy of C into display to start calculation
Done. Instance crashes, and crashes instantly on each reload
Versions:
-
integrateddynamics 0.9.5
-
integrateddynamicscompat 1.0.0
-
integratedtunnels 1.3.5
-
CyclopsCore: 0.10.22
-
Minecraft: 1.12.2
-
Forge: 14.23.0.2532