summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-08-01 17:50:40 +0100
committerZefram <zefram@fysh.org>2014-08-01 17:50:40 +0100
commitbeb480bec2ffc7d11dbe2b9c3608927f4c5af402 (patch)
treeb7b622dbb159eacc4ae612d10f9340ab4e295514
parent0003ec6a79eca03f57fdb694724b0f7c7347158e (diff)
Redescribe alloying in craft guide
Change "Alloy cooking" to "Alloying", for consistency with the descriptions of other recipe types.
-rw-r--r--technic/machines/register/alloy_recipes.lua2
1 files changed, 1 insertions, 1 deletions
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,
})