select a formspec automaticly from a table if none is supplied

This commit is contained in:
Tim
2015-01-23 02:23:39 +01:00
committed by Vanessa Ezekowitz
parent 0341a00f9f
commit cc9a1a9c3c
7 changed files with 35 additions and 51 deletions

View File

@@ -348,9 +348,6 @@ homedecor.register("wardrobe_bottom", {
infotext = S("Wardrobe cabinet"),
inventory = {
size=24,
formspec="size[8,8]"..
"list[context;main;0,0;8,3;]"..
"list[current_player;main;0,4;8,4;]",
},
})