From d8d3e8b51c9834c526b296e45993ab8fc21d9ed4 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Fri, 19 Jul 2024 09:30:04 +0800 Subject: [PATCH] Allow moving fuel items in combined storage by shift-clicking --- 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)