Rename craftguide button
This commit is contained in:
parent
2e1267b7de
commit
fe090c9a9e
4 changed files with 5 additions and 5 deletions
|
@ -268,7 +268,7 @@ mcl_inventory.set_creative_formspec = function(player, start_i, pagenum, inv_siz
|
|||
player_preview..
|
||||
-- crafting guide button
|
||||
"image_button[9,1;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
||||
"tooltip[__mcl_craftguide;Show crafting recipes]"..
|
||||
"tooltip[__mcl_craftguide;Recipe book]"..
|
||||
-- help button
|
||||
"image_button[9,2;1,1;doc_button_icon_lores.png;__mcl_doc;]"..
|
||||
"tooltip[__mcl_doc;Help]"..
|
||||
|
|
|
@ -92,7 +92,7 @@ local function set_inventory(player, armor_change_only)
|
|||
"list[current_player;craftpreview;7,1.5;1,1;]"..
|
||||
-- crafting guide button
|
||||
"image_button[4.5,3;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
||||
"tooltip[__mcl_craftguide;Show crafting recipes]"..
|
||||
"tooltip[__mcl_craftguide;Recipe book]"..
|
||||
-- help button
|
||||
"image_button[8,3;1,1;doc_button_icon_lores.png;__mcl_doc;]"..
|
||||
"tooltip[__mcl_doc;Help]"..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue