Redescribe alloying in craft guide

Change "Alloy cooking" to "Alloying", for consistency with the
descriptions of other recipe types.
This commit is contained in:
Zefram 2014-08-01 17:50:40 +01:00
parent 0003ec6a79
commit beb480bec2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
local S = technic.getter
technic.register_recipe_type("alloy", {
description = S("Alloy cooking"),
description = S("Alloying"),
input_size = 2,
})