mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-28 23:10:40 +01:00
Merge pull request #6316 from westnordost/presets-crafts
add joiner, floorer, agricultural engine mechanic and parquet layer crafts
This commit is contained in:
@@ -216,6 +216,14 @@
|
||||
"old": {"craft": "glass"},
|
||||
"replace": {"craft": "glaziery"}
|
||||
},
|
||||
{
|
||||
"old": {"craft": "catering"},
|
||||
"replace": {"craft": "caterer"}
|
||||
},
|
||||
{
|
||||
"old": {"craft": "sculpter"},
|
||||
"replace": {"craft": "sculptor"}
|
||||
},
|
||||
{
|
||||
"old": {"crossing": "zebra"},
|
||||
"replace": {"crossing": "marked"}
|
||||
|
||||
11
data/presets/presets/craft/agricultural_engines.json
Normal file
11
data/presets/presets/craft/agricultural_engines.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "agricultural_engines"
|
||||
},
|
||||
"name": "Argricultural Engines Mechanic"
|
||||
}
|
||||
11
data/presets/presets/craft/floorer.json
Normal file
11
data/presets/presets/craft/floorer.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "floorer"
|
||||
},
|
||||
"name": "Floorer"
|
||||
}
|
||||
14
data/presets/presets/craft/joiner.json
Normal file
14
data/presets/presets/craft/joiner.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "joiner"
|
||||
},
|
||||
"terms": [
|
||||
"furniture"
|
||||
],
|
||||
"name": "Joiner"
|
||||
}
|
||||
11
data/presets/presets/craft/parquet_layer.json
Normal file
11
data/presets/presets/craft/parquet_layer.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "parquet_layer"
|
||||
},
|
||||
"name": "Parquet Layer"
|
||||
}
|
||||
Reference in New Issue
Block a user