From 6bfb07dadc566e4ac399cf524ea376ce92f77c6a Mon Sep 17 00:00:00 2001 From: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:57:37 +0200 Subject: [PATCH] add an id_suffix to the new recipes --- data/json/recipes/armor/feet.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/json/recipes/armor/feet.json b/data/json/recipes/armor/feet.json index 306c4614a6719..a482bdba6748c 100644 --- a/data/json/recipes/armor/feet.json +++ b/data/json/recipes/armor/feet.json @@ -1974,7 +1974,9 @@ { "copy-from": "espadrilles", "result": "espadrilles", + "id_suffix": "from_rope", "type": "recipe", + "time": "2 h", "components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ], "byproducts": [ [ "string_36", 3 ] ] }, @@ -1982,14 +1984,15 @@ "copy-from": "espadrilles", "result": "xl_espadrilles", "type": "recipe", - "qualities": [ { "id": "CUT", "level": 2 } ], "using": [ [ "tailoring_cotton", 1.5 ] ], "components": [ [ [ "filament", 1200, "LIST" ] ] ] }, { "copy-from": "xl_espadrilles", "result": "xl_espadrilles", + "id_suffix": "from_rope", "type": "recipe", + "time": "2 h", "components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ], "byproducts": [ [ "string_36", 2 ] ] }, @@ -1997,14 +2000,15 @@ "copy-from": "espadrilles", "result": "xs_espadrilles", "type": "recipe", - "qualities": [ { "id": "CUT", "level": 2 } ], "using": [ [ "tailoring_cotton", 1 ] ], "components": [ [ [ "filament", 600, "LIST" ] ] ] }, { "copy-from": "xs_espadrilles", "result": "xs_espadrilles", + "id_suffix": "from_rope", "type": "recipe", + "time": "2 h", "components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ], "byproducts": [ [ "string_36", 4 ] ] }