mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
fixed wrong furnace menu layout
This commit is contained in:
parent
534287892d
commit
a4cceb93ec
1 changed files with 1 additions and 1 deletions
|
@ -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;]";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue