projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0003ec6
)
Redescribe alloying in craft guide
author
Zefram
<zefram@fysh.org>
Fri, 1 Aug 2014 16:50:40 +0000
(17:50 +0100)
committer
Zefram
<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
patch
|
blob
|
history
diff --git
a/technic/machines/register/alloy_recipes.lua
b/technic/machines/register/alloy_recipes.lua
index 68be5054ba6638c9b61b19f15d43e94aa237503d..86fe87d54a188a105a2e11266ea1ae87895322b1 100644
(file)
--- 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
cook
ing"),
+ description = S("Alloying"),
input_size = 2,
})