ICBM - Interconnected Block Missiles

ICBM - Interconnected Block Missiles

10M Downloads

[1.12.2] Radar station is not enforcing config limits

DarkGuardsman opened this issue ยท 0 comments

commented

GUI, or more specifically tile itself, is not enforcing the config limits on setters. This is allowing users to define values outside the expected range. Thankfully the tile is still doing a min(maxAllowed, userInput) on the actual scan.

TODO:

  • Limit values on the setter
  • Have GUI receive an error indicating limit before resetting
  • Have getter do the min/max checks