diff --git a/iceMonitor.cs b/Space Engineers/iceMonitoringScript.cs similarity index 94% rename from iceMonitor.cs rename to Space Engineers/iceMonitoringScript.cs index 7c78a85..953aec7 100644 --- a/iceMonitor.cs +++ b/Space Engineers/iceMonitoringScript.cs @@ -1,5 +1,14 @@ +/** CUSTOMIZE HERE +* Set the thresholds here +*/ + const int upperThreshold = 25000000; const int lowerThreshold = 1000000; + +/** +* DO NOT CHANGE ANYTHING BELOW THIS LINE +*/ + string collectorState = ""; List oreContainers = new List();