You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
crash-2019-10-13_16.11.15-server.txt
few seconds before crash
The text was updated successfully, but these errors were encountered: