From 13c2636707752b3f3a679c6104e0962a6bd814a7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 24 Feb 2021 03:35:12 -0800 Subject: Require a hotplate to craft a maid cookware kit. --- recipes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index 37592fe..605af1e 100644 --- a/recipes.json +++ b/recipes.json @@ -628,7 +628,8 @@ "autolearn": true, "components": [ [ [ "knife_steak", 1 ], [ "knife_butcher", 1 ] ], - [ [ "pot", 1 ] ] + [ [ "pot", 1 ] ], + [ [ "hotplate", 1 ] ] ] }, { -- cgit v1.2.1