mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-05 06:53:52 +01:00
CNC: re-add player inventory to formspec
Fix regression of commit d732c8dfbd818e9b0b4a04620af40399b35c74ab - "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