forked from minetest-mods/unified_inventory
		
	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:
		
							
								
								
									
										4
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
									
									
									
									
								
							@@ -43,7 +43,7 @@ unified_inventory = {
 | 
			
		||||
	page_x = 10.75,
 | 
			
		||||
	page_y = 1.25,
 | 
			
		||||
	craft_x = 2.8,
 | 
			
		||||
	craft_y = 1,
 | 
			
		||||
	craft_y = 1.15,
 | 
			
		||||
	resultstr_y = 0.6,
 | 
			
		||||
	main_button_x = 0.4,
 | 
			
		||||
	main_button_y = 11.0,
 | 
			
		||||
@@ -56,7 +56,7 @@ unified_inventory = {
 | 
			
		||||
	btn_size = 0.75,
 | 
			
		||||
	imgscale = 1.25,
 | 
			
		||||
	std_inv_x = 0.3,
 | 
			
		||||
	std_inv_y = 5.5,
 | 
			
		||||
	std_inv_y = 5.75,
 | 
			
		||||
	standard_background = "background9[0,0;1,1;ui_formbg_9_sliced.png;true;16]",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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