From 321444b93675fbe46f1a51971067f525d3416e50 Mon Sep 17 00:00:00 2001 From: 1F616EMO~nya Date: Sat, 20 Jul 2024 03:37:46 +0800 Subject: [PATCH] Allow moving fuel items in combined storage by shift-clicking (#109) --- nodes/node_storage.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/node_storage.lua b/nodes/node_storage.lua index 7828556..a27ad35 100644 --- a/nodes/node_storage.lua +++ b/nodes/node_storage.lua @@ -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)