Create Big Cannons

Create Big Cannons

2M Downloads

Cannon length is not greater than two

RandomLonelyDev opened this issue ยท 1 comments

commented

While exploring the code in MountedAutocannonContraption.java, there is a while loop around line 126 that should count the length of the cannon. However, when tested in the client, no matter how long the cannon was made to be, the length was always two.

commented

Turns out I was dumb and it counts backwards to the breech, not forward.