Minor tweak to positioning of inventory in half-height kitchen cabinets.

This commit is contained in:
Vanessa Ezekowitz 2012-09-30 02:06:05 -04:00
parent 150b50a487
commit 6a11677507
4 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ minetest.register_node('homedecor:kitchen_cabinet_half', {
local meta = minetest.env:get_meta(pos)
meta:set_string("formspec",
"size[8,7]"..
"list[current_name;main;0,0;6,2;]"..
"list[current_name;main;1,0;6,2;]"..
"list[current_player;main;0,3;8,4;]")
meta:set_string("infotext", "Kitchen cabinet")
local inv = meta:get_inventory()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB