Allow moving fuel items in combined storage by shift-clicking (#109)

This commit is contained in:
1F616EMO~nya 2024-07-20 03:37:46 +08:00 committed by GitHub
parent b9f3e1bf54
commit 321444b936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -206,6 +206,8 @@ local combined_storage_formspec_string =
"list[current_name;fuel;0,4.1;8,1;]" ..
"list[current_player;main;0,5.75;8,1;]" ..
"list[current_player;main;0,6.98;8,3;8]" ..
"listring[current_name;fuel]" ..
"listring[current_player;main]" ..
"listring[current_name;main]" ..
"listring[current_player;main]" ..
default.get_hotbar_bg(0,5.75)