Skip to content

Commit

Permalink
indents and recipe cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TadJohnson00 committed Jan 10, 2025
1 parent f0eb609 commit dd435d7
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 56 deletions.
12 changes: 2 additions & 10 deletions Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,14 @@
# Ponchos

- type: latheRecipe
parent: BaseCoatRecipe
parent: BaseCommandCoatRecipe
id: ClothingNeckCWPArctic
result: ClothingNeckCWPArctic
completetime: 4
materials:
Cloth: 500
Durathread: 300

- type: latheRecipe
parent: BaseCoatRecipe
parent: BaseCommandCoatRecipe
id: ClothingNeckCWPSec
result: ClothingNeckCWPSec
completetime: 4
materials:
Cloth: 500
Durathread: 300

# Chief Justice Wardrobe

Expand Down
46 changes: 23 additions & 23 deletions Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
46 changes: 23 additions & 23 deletions Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit dd435d7

Please sign in to comment.