add joiner, floorer, agricultural engine mechanic and parquet layer crafts

This commit is contained in:
Tobias Zwick
2019-05-04 22:04:15 +02:00
parent 57b5d7fc74
commit 7272ee7c36
5 changed files with 55 additions and 0 deletions
+8
View File
@@ -212,6 +212,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"}
@@ -0,0 +1,11 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "agricultural_engines"
},
"name": "Argricultural Engines mechanic"
}
+11
View File
@@ -0,0 +1,11 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "floorer"
},
"name": "Floorer"
}
+14
View File
@@ -0,0 +1,14 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "joiner"
},
"terms": [
"furniture"
],
"name": "Joiner"
}
@@ -0,0 +1,11 @@
{
"icon": "temaki-tools",
"geometry": [
"point",
"area"
],
"tags": {
"craft": "parquet_layer"
},
"name": "Parquet Layer"
}