Skip to content

Commit

Permalink
Adds disassembly recipe for denim sheet and patchwork denim sheet (#7…
Browse files Browse the repository at this point in the history
…8675)

* Adds disassembly recipes for denim sheet and patchwork

* Update recipe_deconstruction.json
  • Loading branch information
GahImHurt authored Dec 24, 2024
1 parent 0f016e4 commit ee568d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/uncraft/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -2426,6 +2426,22 @@
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "thread_canvas", 1 ] ] ]
},
{
"result": "sheet_denim",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "denim_patch", 8 ] ] ]
},
{
"result": "sheet_denim_patchwork",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "10 s",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "denim_patch", 8 ] ] ]
},
{
"result": "felt_patch",
"type": "uncraft",
Expand Down

0 comments on commit ee568d9

Please sign in to comment.