Fix active furnace formspecs missing inv slots

master
Wuzzy 2021-07-18 13:23:54 +02:00
parent 2457824c5f
commit 6ca5d26006
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ local function active_formspec(ftype, fuel_percent, item_percent)
(item_percent)..":gui_furnace_arrow_fg.png^[transformR270]"..
"list[current_name;dst;"..formspec_info[ftype].output_slots..";]"..
"list[current_player;main;0,4.25;10,1;]"..
"list[current_player;main;0,5.5;8,3;10]"..
"list[current_player;main;0,5.5;10,3;10]"..
"listring[current_name;dst]"..
"listring[current_player;main]"..
"listring[current_name;src]"..