forked from minetest-mods/technic
CNC: re-add player inventory to formspec
Fix regression of commit
d732c8dfbd
- "Add listring functionality"
by @est31 (me xD).
This commit is contained in:
parent
e7d06b33d1
commit
54b6d9976c
|
@ -73,6 +73,7 @@ local cnc_formspec =
|
||||||
"label[4, 5.5;"..S("Out:").."]"..
|
"label[4, 5.5;"..S("Out:").."]"..
|
||||||
"list[current_name;dst;5,5.5;4,1;]"..
|
"list[current_name;dst;5,5.5;4,1;]"..
|
||||||
|
|
||||||
|
"list[current_player;main;0,7;8,4;]"..
|
||||||
"listring[current_name;dst]"..
|
"listring[current_name;dst]"..
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
"listring[current_name;src]"..
|
"listring[current_name;src]"..
|
||||||
|
|
Loading…
Reference in New Issue
Block a user