mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Redescribe alloying in craft guide
Change "Alloy cooking" to "Alloying", for consistency with the descriptions of other recipe types.
This commit is contained in:
parent
0003ec6a79
commit
beb480bec2
@ -2,7 +2,7 @@
|
|||||||
local S = technic.getter
|
local S = technic.getter
|
||||||
|
|
||||||
technic.register_recipe_type("alloy", {
|
technic.register_recipe_type("alloy", {
|
||||||
description = S("Alloy cooking"),
|
description = S("Alloying"),
|
||||||
input_size = 2,
|
input_size = 2,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user