mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-12 13:30:45 +01:00
UI bugfix
This commit is contained in:
parent
3b5e6ca05a
commit
eff76c2eca
|
@ -117,7 +117,7 @@ unified_inventory.get_formspec = function(player,page)
|
|||
|
||||
-- player inventory
|
||||
formspec = formspec .. "list[current_player;main;0,4.5;8,4;]"
|
||||
formspec = formspec.."item_image[0,0;2,2;default:dirt]"
|
||||
|
||||
-- main buttons
|
||||
formspec = formspec .. "button[0,9;1.8,.5;craft;Craft]"
|
||||
formspec = formspec .. "button[1.6,9;1.8,.5;craftguide;Craft Guide]"
|
||||
|
|
Loading…
Reference in New Issue
Block a user