mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-04 16:35:03 -05:00
fixed wrong furnace menu layout
This commit is contained in:
parent
534287892d
commit
a4cceb93ec
@ -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…
Reference in New Issue
Block a user