Skip to content
Snippets Groups Projects
Commit a4cceb93 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

fixed wrong furnace menu layout

parent 53428789
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ std::string FurnaceNodeMetadata::getInventoryDrawSpecString()
{
return
"invsize[8,9;]"
"list[current_name;fuel;2,4;1,1;]"
"list[current_name;fuel;2,3;1,1;]"
"list[current_name;src;2,1;1,1;]"
"list[current_name;dst;5,1;2,2;]"
"list[current_player;main;0,5;8,4;]";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment