Rename craftguide button
This commit is contained in:
parent
2e1267b7de
commit
fe090c9a9e
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ local function active_formspec(fuel_percent, item_percent)
|
|||
"image[4.1,1.5;1.5,1;gui_furnace_arrow_bg.png^[lowpart:"..
|
||||
(item_percent)..":gui_furnace_arrow_fg.png^[transformR270]"..
|
||||
"image_button[8,0;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
||||
"tooltip[__mcl_craftguide;Show crafting recipes]"..
|
||||
"tooltip[__mcl_craftguide;Recipe book]"..
|
||||
"listring[current_name;dst]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[current_name;src]"..
|
||||
|
@ -37,7 +37,7 @@ local inactive_formspec = "size[9,8.75]"..
|
|||
"image[2.75,1.5;1,1;default_furnace_fire_bg.png]"..
|
||||
"image[4.1,1.5;1.5,1;gui_furnace_arrow_bg.png^[transformR270]"..
|
||||
"image_button[8,0;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
||||
"tooltip[__mcl_craftguide;Show crafting recipes]"..
|
||||
"tooltip[__mcl_craftguide;Recipe book]"..
|
||||
"listring[current_name;dst]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[current_name;src]"..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue