forked from nalc/homedecor_modpack
Minor tweak to positioning of inventory in half-height kitchen cabinets.
This commit is contained in:
parent
150b50a487
commit
6a11677507
|
@ -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 |
Loading…
Reference in New Issue
Block a user