plan: warn on mk5 conveyors
This commit is contained in:
parent
9151be6e97
commit
6a82305479
2
plan.py
2
plan.py
@ -61,7 +61,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
for name, rate in required_items.items():
|
for name, rate in required_items.items():
|
||||||
print(name, rate, float(rate * 60))
|
print(name, rate, float(rate * 60))
|
||||||
if rate * 60 > 450:
|
if rate * 60 > 780:
|
||||||
print("Rate exceeds mk4 conveyer")
|
print("Rate exceeds mk4 conveyer")
|
||||||
|
|
||||||
def numberdict():
|
def numberdict():
|
||||||
|
Loading…
Reference in New Issue
Block a user