Delta2Force / MCVmComputers

Order computer parts from a satellite orbiting around your minecraft world and build actual working computers with them!
Other
502 stars 59 forks source link

(Hopefully) Fix #161 #213

Closed Devil2548 closed 3 years ago

Devil2548 commented 3 years ago

I was watching a video about the mod and they mentioned that the guest OS was limited to one core, so I decided to go through the code and try to find the misbehaving line of code. I believe I have succeeded in this. This pull request changes line 619 in GuiPCEditing.java to use Math.max instead of Math.min. I tested this by compiling the mod with my change and turning on the pc in-game and then checking VirtualBox to see if the core count was set correctly, which it was.

If you're curious this was the video.

Delta2Force commented 3 years ago

Thank you! I did not notice that mistake, must've been late when I was writing that