Small improvements

This commit is contained in:
Pieter Vander Vennet 2021-07-28 23:20:46 +02:00
parent ae21e33077
commit 466527e0f8
4 changed files with 18 additions and 11 deletions

View file

@ -31,7 +31,10 @@
},
{
"if": {
"or": ["toilets:position=urinals", "toilets:position=urinal"]
"or": [
"toilets:position=urinals",
"toilets:position=urinal"
]
},
"then": "./assets/layers/toilet/urinal.svg"
}