Skip to content

Commit 0e10b5e

Browse files
committed
refactor and rewrite, many bug fixes, optional indicator sprites, real version bump
1 parent be44795 commit 0e10b5e

File tree

8 files changed

+261
-90
lines changed

8 files changed

+261
-90
lines changed

Diff for: config.lua

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ require 'defines'
22

33
-- times per second (max 60) that belts will be checked for overflow
44
belt_polling_rate = 60
5+
6+
-- draw a red box on belts that can overflow
7+
draw_terminal_indicator = true

0 commit comments

Comments
 (0)