Redescribe alloying in craft guide
authorZefram <zefram@fysh.org>
Fri, 1 Aug 2014 16:50:40 +0000 (17:50 +0100)
committerZefram <zefram@fysh.org>
Fri, 1 Aug 2014 16:50:40 +0000 (17:50 +0100)
Change "Alloy cooking" to "Alloying", for consistency with the
descriptions of other recipe types.

technic/machines/register/alloy_recipes.lua

index 68be5054ba6638c9b61b19f15d43e94aa237503d..86fe87d54a188a105a2e11266ea1ae87895322b1 100644 (file)
@@ -2,7 +2,7 @@
 local S = technic.getter
 
 technic.register_recipe_type("alloy", {
-       description = S("Alloy cooking"),
+       description = S("Alloying"),
        input_size = 2,
 })