Skip to content

Commit 982f988

Browse files
authored
Merge pull request #54964 from VitreousEyes110/VitreousEyes110-still_patch-1
Crafting recipe for still no longer destroys included sand
2 parents 538ff36 + 409c6ea commit 982f988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/recipes/tools/tool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
"reversible": true,
521521
"book_learn": [ [ "textbook_chemistry", 4 ], [ "distilling_cookbook", 3 ] ],
522522
"proficiencies": [ { "proficiency": "prof_metalworking" } ],
523-
"tools": [ [ [ "material_sand", 1 ] ] ],
523+
"tools": [ [ [ "material_sand", -1 ] ] ],
524524
"qualities": [ { "id": "DRILL", "level": 2 }, { "id": "HAMMER", "level": 2 } ],
525525
"components": [
526526
[ [ "pot", 1 ], [ "pot_copper", 1 ] ],

0 commit comments

Comments
 (0)