Update template
This commit is contained in:
parent
6ba15bc555
commit
08aa5c953c
2
init.lua
2
init.lua
|
@ -1664,7 +1664,7 @@ local function get_export_fs(fs, data, is_recipe, is_usage, max_stacks_rcp, max_
|
||||||
fmt("scrollbar", data.xoffset + 8.1, data.yoffset, 3, 0.35,
|
fmt("scrollbar", data.xoffset + 8.1, data.yoffset, 3, 0.35,
|
||||||
"horizontal", fmt("scrbar_%s", name), stack_fs),
|
"horizontal", fmt("scrbar_%s", name), stack_fs),
|
||||||
fmt("button", data.xoffset + 8.1, data.yoffset + 0.4, 3, 0.7, fmt("craft_%s", name),
|
fmt("button", data.xoffset + 8.1, data.yoffset + 0.4, 3, 0.7, fmt("craft_%s", name),
|
||||||
fmt("%s", fmt(ES"Craft (x%u)", stack_fs))))
|
ES("Craft (x@1)", stack_fs)))
|
||||||
end
|
end
|
||||||
|
|
||||||
local function get_rcp_extra(player, data, fs, panel, is_recipe, is_usage)
|
local function get_rcp_extra(player, data, fs, panel, is_recipe, is_usage)
|
||||||
|
|
|
@ -52,8 +52,7 @@ Collect items to reveal more recipes=
|
||||||
Compress items=
|
Compress items=
|
||||||
Cooking=
|
Cooking=
|
||||||
Cooking time: @1=
|
Cooking time: @1=
|
||||||
Craft %u item=
|
Craft (x@1)=
|
||||||
Craft %u items=
|
|
||||||
Crafting Guide=
|
Crafting Guide=
|
||||||
Digging=
|
Digging=
|
||||||
Digging (by chance)=
|
Digging (by chance)=
|
||||||
|
|
Ŝarĝante…
Reference in New Issue