Update relocated third boiler position

This commit is contained in:
2026-07-16 23:26:15 +02:00
parent 28b3dc0494
commit a0302d764d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ local STATE_FILE = "create_boiler_state.txt"
local BOILERS = {
{ label = "BOILER 1", position = { 11266, 64, 10810 } },
{ label = "BOILER 2", position = { 11260, 64, 10810 } },
{ label = "BOILER 3", position = { 11252, 64, 10810 } },
{ label = "BOILER 3", position = { 11254, 64, 10810 } },
}
local clutchButton = { x1 = 0, x2 = 0, y = 0 }