@@ -1197,6 +1197,8 @@ local chest_formspec =
1197
1197
" list[current_name;main;0,0.3;8,4;]" ..
1198
1198
" list[current_player;main;0,4.85;8,1;]" ..
1199
1199
" list[current_player;main;0,6.08;8,3;8]" ..
1200
+ " listring[current_name;main]" ..
1201
+ " listring[current_player;main]" ..
1200
1202
default .get_hotbar_bg (0 ,4.85 )
1201
1203
1202
1204
local function get_locked_chest_formspec (pos )
@@ -1209,6 +1211,8 @@ local function get_locked_chest_formspec(pos)
1209
1211
" list[nodemeta:" .. spos .. " ;main;0,0.3;8,4;]" ..
1210
1212
" list[current_player;main;0,4.85;8,1;]" ..
1211
1213
" list[current_player;main;0,6.08;8,3;8]" ..
1214
+ " listring[nodemeta:" .. spos .. " ;main]" ..
1215
+ " listring[current_player;main]" ..
1212
1216
default .get_hotbar_bg (0 ,4.85 )
1213
1217
return formspec
1214
1218
end
@@ -1338,6 +1342,8 @@ local bookshelf_formspec =
1338
1342
" list[context;books;0,0.3;8,2;]" ..
1339
1343
" list[current_player;main;0,2.85;8,1;]" ..
1340
1344
" list[current_player;main;0,4.08;8,3;8]" ..
1345
+ " listring[context;books]" ..
1346
+ " listring[current_player;main]" ..
1341
1347
default .get_hotbar_bg (0 ,2.85 )
1342
1348
1343
1349
minetest .register_node (" default:bookshelf" , {
0 commit comments