Zefram
2014-08-01 beb480bec2ffc7d11dbe2b9c3608927f4c5af402
Redescribe alloying in craft guide

Change "Alloy cooking" to "Alloying", for consistency with the
descriptions of other recipe types.
1 files modified
2 ■■■ changed files
technic/machines/register/alloy_recipes.lua 2 ●●● patch | view | raw | blame | history
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,
})