From beb480bec2ffc7d11dbe2b9c3608927f4c5af402 Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Fri, 01 Aug 2014 18:50:40 +0200
Subject: [PATCH] Redescribe alloying in craft guide

---
 technic/machines/register/alloy_recipes.lua |    2 +-
 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,
 })
 

--
Gitblit v1.8.0