mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-11-08 08:13:43 +01:00
Allow moving fuel items in combined storage by shift-clicking (#109)
This commit is contained in:
parent
b9f3e1bf54
commit
321444b936
@ -206,6 +206,8 @@ local combined_storage_formspec_string =
|
|||||||
"list[current_name;fuel;0,4.1;8,1;]" ..
|
"list[current_name;fuel;0,4.1;8,1;]" ..
|
||||||
"list[current_player;main;0,5.75;8,1;]" ..
|
"list[current_player;main;0,5.75;8,1;]" ..
|
||||||
"list[current_player;main;0,6.98;8,3;8]" ..
|
"list[current_player;main;0,6.98;8,3;8]" ..
|
||||||
|
"listring[current_name;fuel]" ..
|
||||||
|
"listring[current_player;main]" ..
|
||||||
"listring[current_name;main]" ..
|
"listring[current_name;main]" ..
|
||||||
"listring[current_player;main]" ..
|
"listring[current_player;main]" ..
|
||||||
default.get_hotbar_bg(0,5.75)
|
default.get_hotbar_bg(0,5.75)
|
||||||
|
Loading…
Reference in New Issue
Block a user