crash with small circuit program
w1257 opened this issue ยท 0 comments
What I did:
I made a small program, put into the compact circuits and then try to turn on the block
What happened:
crash minecraft when i enter the world
What should have happened:
do my program without crashing minecraft
Notes and suggestions:
I checked the part of the code and i think it could be caused by "++i"(125-154) in Circuit.java in the mod which adds 1 the number then returns number.
if thats the problem the solution I guess is "i++" which first returns the number and then adds 1.
else IDK.
I really like redstone mods for this version of MC thats why i am using this mod.
sorry if i made any spelling mistakes
Used Versions:
- Minecraft-1.7.10
- AutomatedRedstone-2.2.1
- CD4017BE_lib-1.4.1.5
- Forge-10.13.99.99
crash-2019-10-13_16.11.15-server.txt
few seconds before crash