From beb480bec2ffc7d11dbe2b9c3608927f4c5af402 Mon Sep 17 00:00:00 2001 From: Zefram Date: Fri, 1 Aug 2014 17:50:40 +0100 Subject: [PATCH] Redescribe alloying in craft guide Change "Alloy cooking" to "Alloying", for consistency with the descriptions of other recipe types. --- technic/machines/register/alloy_recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/register/alloy_recipes.lua b/technic/machines/register/alloy_recipes.lua index 68be505..86fe87d 100644 --- a/technic/machines/register/alloy_recipes.lua +++ b/technic/machines/register/alloy_recipes.lua @@ -2,7 +2,7 @@ local S = technic.getter technic.register_recipe_type("alloy", { - description = S("Alloy cooking"), + description = S("Alloying"), input_size = 2, })