mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
FIX: do not translate direction
This commit is contained in:
@ -252,8 +252,8 @@ local prev_alt_text = {
|
||||
usage = S("Show previous usage"),
|
||||
}
|
||||
local other_dir = {
|
||||
recipe = S("usage"),
|
||||
usage = S("recipe"),
|
||||
recipe = "usage",
|
||||
usage = "recipe",
|
||||
}
|
||||
|
||||
unified_inventory.register_page("craftguide", {
|
||||
|
Reference in New Issue
Block a user