From a0302d764d0fe65905d30444df677752fd17d31c Mon Sep 17 00:00:00 2001 From: Dystroyer8 Date: Thu, 16 Jul 2026 23:26:15 +0200 Subject: [PATCH] Update relocated third boiler position --- README.md | 2 +- create_boiler_display.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e1d453..d890f57 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Waehrend der Computer aus ist, bleibt die Hardware durch den Fackel-Inverter abg nach erfolgreichem Programmstart wird ein zuvor gespeicherter RUNNING-Zustand wieder aktiviert. Die Boiler werden nicht anhand wechselnder Peripheral-Namen, sondern fest ueber ihre -Controller-Koordinaten `11266/64/10810`, `11260/64/10810` und `11252/64/10810` zugeordnet. +Controller-Koordinaten `11266/64/10810`, `11260/64/10810` und `11254/64/10810` zugeordnet. Fehlt ein Reader, bleibt dadurch exakt die betroffene Boiler-Zeile auf `MISSING / NO READER`. Jeder Block Reader muss direkt auf den Controller-Tank seines Boiler-Multiblocks zeigen. diff --git a/create_boiler_display.lua b/create_boiler_display.lua index 13dcf8d..c8fee21 100644 --- a/create_boiler_display.lua +++ b/create_boiler_display.lua @@ -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 }