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
Copy file name to clipboardexpand all lines: Movecraft/src/main/java/net/countercraft/movecraft/craft/BaseCraft.java
+1
Original file line number
Diff line number
Diff line change
@@ -377,6 +377,7 @@ public int getTickCooldown() {
377
377
blockCount += materials.get(mat);
378
378
}
379
379
}
380
+
// TODO: Maybe change it so that the value represents the modifier value per single block? That would be more intuitive but also enforce a minimum size for max speed
380
381
doubleeffectiveModifier = value * (((double)blockCount) / shipSize);
0 commit comments