Skip to content

Commit c7f5a4b

Browse files
committed
add TODO note
1 parent 2b0e9f5 commit c7f5a4b

File tree

1 file changed

+1
-0
lines changed
  • Movecraft/src/main/java/net/countercraft/movecraft/craft

1 file changed

+1
-0
lines changed

Movecraft/src/main/java/net/countercraft/movecraft/craft/BaseCraft.java

+1
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ public int getTickCooldown() {
377377
blockCount += materials.get(mat);
378378
}
379379
}
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
380381
double effectiveModifier = value * (((double)blockCount) / shipSize);
381382

382383
modifier += effectiveModifier;

0 commit comments

Comments
 (0)