Update structure_waterway.json

This commit is contained in:
SteveLz 2025-02-03 14:17:12 +08:00 committed by GitHub
parent 00cf9b31db
commit 54d16d4e55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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