Skip to content

Commit

Permalink
add hint that the quantum bridge should be in loaded chunks when disp…
Browse files Browse the repository at this point in the history
…laying that it can't be found (fix #283)
  • Loading branch information
Mari023 committed Jun 27, 2024
1 parent 662dbce commit 38d99ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- fix curio tags being in the wrong place (fix #285)
- add hint that the quantum bridge should be in loaded chunks when displaying that it can't be found (fix #283)
2 changes: 1 addition & 1 deletion src/main/resources/assets/ae2wtlib/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"chat.ae2wtlib.NetworkNotPowered" : "Netzwerk hat keine Energie",
"chat.ae2wtlib.SingularityNotPresent" : "Singularität fehlt",
"chat.ae2wtlib.NoQuantumBridgeCard" : "Quantenbrückenkarte fehlt",
"chat.ae2wtlib.NoQuantumBridge" : "Quantenbrücke nicht gefunden",
"chat.ae2wtlib.NoQuantumBridge" : "Quantenbrücke nicht gefunden. Ist sie in geladenen chunks?",
"chat.ae2wtlib.NetworkMismatch": "Quantenbrücke und Drahtloser Zugangspunkt sind mit verschiedenen Netzwerken verbunden"
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/ae2wtlib/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"chat.ae2wtlib.NetworkNotPowered" : "pǝɹǝʍoԀ ʇoN ʞɹoʍʇǝN",
"chat.ae2wtlib.SingularityNotPresent" : "ʎʇᴉɹɐlnƃuᴉS ƃuᴉssᴉW",
"chat.ae2wtlib.NoQuantumBridgeCard" : "pɹɐƆ ǝƃpᴉɹq ɯnʇuɐnꝹ ƃuᴉssᴉW",
"chat.ae2wtlib.NoQuantumBridge" : "punoɟ ʇou ǝƃpᴉɹq ʞɹoʍʇǝN ɯnʇuɐnꝹ",
"chat.ae2wtlib.NoQuantumBridge" : "¿sʞunɥɔ pǝpɐol uᴉ ʇᴉ sI .punoɟ ʇou ǝƃpᴉɹq ʞɹoʍʇǝN ɯnʇuɐnꝹ",
"chat.ae2wtlib.NetworkMismatch": "sʞɹoʍʇǝN ʇuǝɹǝɟɟᴉp oʇ pǝʇɔǝuuoɔ ǝɹɐ ʇuᴉoԀ ssǝɔɔ∀ ssǝlǝɹᴉM puɐ ǝƃpᴉɹq ɯnʇuɐnꝹ"
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/ae2wtlib/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"chat.ae2wtlib.NetworkNotPowered" : "Network Not Powered",
"chat.ae2wtlib.SingularityNotPresent" : "Missing Singularity",
"chat.ae2wtlib.NoQuantumBridgeCard" : "Missing Quantum Bridge Card",
"chat.ae2wtlib.NoQuantumBridge" : "Quantum Network Bridge not found",
"chat.ae2wtlib.NoQuantumBridge" : "Quantum Network Bridge not found. Is it in loaded chunks?",
"chat.ae2wtlib.NetworkMismatch": "Quantum Bridge and Wireless Access Point are connected to Different Networks"
}

0 comments on commit 38d99ab

Please sign in to comment.