[connected_chest] Fix locked chest (and update world.mt)

master
LeMagnesium 2015-09-23 15:38:29 +02:00
parent dd982e48ab
commit b5624a17dc
2 changed files with 1 additions and 6 deletions

View File

@ -25,11 +25,6 @@ local chests = {
local meta = minetest.get_meta(pu)
meta:set_string("owner", owner)
meta:set_string("formspec",
"size[13,9]"..
"list[current_name;main;0,0;13,5;]"..
"list[current_player;main;2.5,5.2;8,4;]"
)
meta:set_string("infotext", "Big Locked Chest (owned by "..
meta:get_string("owner")..")")
local inv = meta:get_inventory()

View File

@ -15,6 +15,7 @@ load_mod_bonemeal = true
load_mod_builtin_falling = true
load_mod_bushes = true
load_mod_bushes_classic = true
load_mod_carpet3d = true
load_mod_cavestuff = true
load_mod_chatplus = true
load_mod_christmas_craft = true
@ -27,7 +28,6 @@ load_mod_connected_chests = true
load_mod_darkage = true
load_mod_dryplants = true
load_mod_fail = true
load_mod_fake_fire = true
load_mod_fences = true
load_mod_ferns = true
load_mod_flowers_plus = true