Update structure_waterway.json

This commit is contained in:
SteveLz 2025-02-25 21:10:57 +08:00 committed by GitHub
parent 54d16d4e55
commit 105e1b2829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +1,15 @@
{
"type": "structureRadio",
"keys": [
"tunnel",
"bridge"
"bridge",
"tunnel"
],
"label": "Structure",
"placeholder": "Unknown",
"strings": {
"options": {
"tunnel": "Tunnel",
"bridge": "Bridge"
"bridge": "Bridge",
"tunnel": "Tunnel"
}
}
}