mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
shift the craft grid and guide down a bit
to make more room for the result string (and shift the result string down a hair to follow)
This commit is contained in:
@ -54,8 +54,8 @@ function unified_inventory.get_per_player_formspec(player_name)
|
||||
ui.page_x = 10.5
|
||||
ui.page_y = 1.1
|
||||
ui.craft_x = 2.6
|
||||
ui.craft_y = 0.65
|
||||
ui.resultstr_y = 0.3
|
||||
ui.craft_y = 0.75
|
||||
ui.resultstr_y = 0.35
|
||||
ui.main_button_x = ui.page_x
|
||||
ui.main_button_y = 7.8
|
||||
ui.page_buttons_x = ui.page_x
|
||||
|
Reference in New Issue
Block a user