fix x-alignment of inventory
This commit is contained in:
parent
5f9e123ecf
commit
3cf7a913fd
2
init.lua
2
init.lua
@ -14,7 +14,7 @@ minetest.register_node("big_wifi_chest:big_wifi_chest", {
|
|||||||
default.gui_bg_img ..
|
default.gui_bg_img ..
|
||||||
default.gui_slots ..
|
default.gui_slots ..
|
||||||
"list[current_player;big_wifi_chest:big_wifi_chest;0,0.3;16,8;]"..
|
"list[current_player;big_wifi_chest:big_wifi_chest;0,0.3;16,8;]"..
|
||||||
"list[current_player;main;0,8.85;8,1;]" ..
|
"list[current_player;main;4,8.85;8,1;]" ..
|
||||||
"list[current_player;main;4,10.08;8,3;8]" ..
|
"list[current_player;main;4,10.08;8,3;8]" ..
|
||||||
"listring[current_player;big_wifi_chest:big_wifi_chest]" ..
|
"listring[current_player;big_wifi_chest:big_wifi_chest]" ..
|
||||||
"listring[current_player;main]" ..
|
"listring[current_player;main]" ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user