From 1bd284aa9aff0f3bb4c70e77c74a0d881c945e8c Mon Sep 17 00:00:00 2001 From: RenechCDDA <84619419+RenechCDDA@users.noreply.github.com> Date: Wed, 31 Aug 2022 23:05:56 -0400 Subject: [PATCH] Update recipe fields (#60628) --- doc/JSON_INFO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/JSON_INFO.md b/doc/JSON_INFO.md index a81d8d71a8f33..a623e8b915ff2 100644 --- a/doc/JSON_INFO.md +++ b/doc/JSON_INFO.md @@ -1736,7 +1736,10 @@ Crafting recipes are defined as a JSON object with the following fields: "max_experience": "15 m" // This recipe cannot raise your experience for that proficiency above 15 minutes worth. } ] +"contained": true, // Boolean value which defines if the resulting item comes in its designated container. Automatically set to true if any container is defined in the recipe. +"container": "jar_glass_sealed", //The resulting item will be contained by the item set here, overrides default container. "batch_time_factors": [25, 15], // Optional factors for batch crafting time reduction. First number specifies maximum crafting time reduction as percentage, and the second number the minimal batch size to reach that number. In this example given batch size of 20 the last 6 crafts will take only 3750 time units. +"result_mult": 2, //Create this many stacks of the resulting item per craft. "flags": [ // A set of strings describing boolean features of the recipe "BLIND_EASY", "ANOTHERFLAG"