mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 14:06:23 +02:00
Add crane icon collection.
This commit is contained in:
parent
2eb1794b86
commit
8c480af0b7
1 changed files with 12 additions and 0 deletions
|
@ -76,6 +76,18 @@ collections = [
|
||||||
# "choker", "island", "chocked_island", "chocked_table",
|
# "choker", "island", "chocked_island", "chocked_table",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Collection(
|
||||||
|
"Key:crane:type",
|
||||||
|
{"man_made": "crane"},
|
||||||
|
"crane:type",
|
||||||
|
[
|
||||||
|
"gantry_crane",
|
||||||
|
"floor-mounted_crane",
|
||||||
|
"portal_crane",
|
||||||
|
"travel_lift",
|
||||||
|
"tower_crane",
|
||||||
|
],
|
||||||
|
),
|
||||||
Collection(
|
Collection(
|
||||||
"Tag:tower:type=diving",
|
"Tag:tower:type=diving",
|
||||||
{"man_made": "tower", "tower:type": "diving"},
|
{"man_made": "tower", "tower:type": "diving"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue