From: Zefram Date: Fri, 1 Aug 2014 16:50:40 +0000 (+0100) Subject: Redescribe alloying in craft guide X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=beb480bec2ffc7d11dbe2b9c3608927f4c5af402;p=zefram%2Fminetest%2Ftechnic.git Redescribe alloying in craft guide Change "Alloy cooking" to "Alloying", for consistency with the descriptions of other recipe types. --- 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, })