Merge pull request #6316 from westnordost/presets-crafts

add joiner, floorer, agricultural engine mechanic and parquet layer crafts
This commit is contained in:
Bryan Housel
2019-05-04 23:19:25 -04:00
committed by GitHub
5 changed files with 55 additions and 0 deletions

View File

@@ -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"}

View File

@@ -0,0 +1,11 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "agricultural_engines"
},
"name": "Argricultural Engines Mechanic"
}

View File

@@ -0,0 +1,11 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "floorer"
},
"name": "Floorer"
}

View File

@@ -0,0 +1,14 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "joiner"
},
"terms": [
"furniture"
],
"name": "Joiner"
}

View File

@@ -0,0 +1,11 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "parquet_layer"
},
"name": "Parquet Layer"
}