Skip to content

Commit 421f674

Browse files
committed
Revert "Fix HHG (#82596)"
This reverts commit 88fd424. "using" now supports extend/delete. Also modify the syntax to remove the extra pair of [] around it, because that is not valid.
1 parent a5cabfe commit 421f674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/recipes/other/parts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"result": "ch_sheet_metal_small",
335335
"type": "recipe",
336336
"copy-from": "sheet_metal_small",
337-
"using": [ [ "blacksmithing_standard", 4 ], [ "carbon", 1 ] ],
337+
"extend": { "using": [ [ "carbon", 1 ] ] },
338338
"components": [ [ [ "lc_steel_chunk", 1 ] ] ]
339339
},
340340
{

0 commit comments

Comments
 (0)