mirror of
https://github.com/minetest-mods/more_chests.git
synced 2025-07-01 06:40:22 +02:00
Shift-click support.
This commit is contained in:
@ -39,7 +39,9 @@ minetest.register_node("more_chests:dropbox", {
|
||||
meta:set_string("formspec",
|
||||
"size[8,9]"..
|
||||
"list[current_name;main;0,0;8,4;]"..
|
||||
"list[current_player;main;0,5;8,4;]")
|
||||
"list[current_player;main;0,5;8,4;]"..
|
||||
"listring[current_name;main]" ..
|
||||
"listring[current_player;main]")
|
||||
meta:set_string("infotext", "Chest")
|
||||
local inv = meta:get_inventory()
|
||||
inv:set_size("main", 8*4)
|
||||
|
Reference in New Issue
Block a user