forked from MapComplete/MapComplete
Themes: various improvements
This commit is contained in:
parent
a29ce2dd84
commit
d4895a0989
3 changed files with 124 additions and 7 deletions
|
@ -109,6 +109,16 @@
|
|||
"override": {
|
||||
"render": "./assets/layers/id_presets/maki-shop.svg",
|
||||
"+mappings": [
|
||||
{
|
||||
"#": "Layer icon rendering",
|
||||
"if": {
|
||||
"or":["shop=yes", {"and": [
|
||||
"shop!=yes",
|
||||
"id="
|
||||
]}]
|
||||
},
|
||||
"then": "./assets/layers/id_presets/maki-shop.svg"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
|
@ -128,11 +138,6 @@
|
|||
{
|
||||
"if": "craft=key_cutter",
|
||||
"then": "./assets/layers/id_presets/fas-key.svg"
|
||||
},
|
||||
{
|
||||
"#": "Layer icon rendering",
|
||||
"if": "id=",
|
||||
"then": "./assets/layers/id_presets/maki-shop.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue