Make scarfs craftable (#24735)

* Make scarfs craftable

Also sorted the lathe a bit because I like it when it looks nice.

* reverts sorting
This commit is contained in:
Adrian16199
2024-02-03 03:12:37 +01:00
committed by GitHub
parent 2e7d23674e
commit bff50de746
2 changed files with 66 additions and 1 deletions

View File

@@ -986,6 +986,15 @@
- ClothingNeckTieRed
- ClothingNeckTieDet
- ClothingNeckTieSci
# Scarfs - All scarfs avaible in winterdrobe
- ClothingNeckScarfStripedGreen
- ClothingNeckScarfStripedBlue
- ClothingNeckScarfStripedRed
- ClothingNeckScarfStripedBrown
- ClothingNeckScarfStripedLightBlue
- ClothingNeckScarfStripedOrange
- ClothingNeckScarfStripedBlack
- ClothingNeckScarfStripedPurple
- type: EmagLatheRecipes
emagStaticRecipes:
- ClothingHeadHatCentcomcap

View File

@@ -1058,7 +1058,7 @@
completetime: 2
materials:
Cloth: 100
# Ties
- type: latheRecipe
id: ClothingNeckTieRed
result: ClothingNeckTieRed
@@ -1079,3 +1079,59 @@
completetime: 2
materials:
Cloth: 50
# Scarfs
- type: latheRecipe
id: ClothingNeckScarfStripedGreen
result: ClothingNeckScarfStripedGreen
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedBlue
result: ClothingNeckScarfStripedBlue
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedRed
result: ClothingNeckScarfStripedRed
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedBrown
result: ClothingNeckScarfStripedBrown
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedLightBlue
result: ClothingNeckScarfStripedLightBlue
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedOrange
result: ClothingNeckScarfStripedOrange
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedBlack
result: ClothingNeckScarfStripedBlack
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckScarfStripedPurple
result: ClothingNeckScarfStripedPurple
completetime: 2
materials:
Cloth: 50