Sort by name update
This commit is contained in:
@@ -66,12 +66,12 @@ else if (global.recipemode == "c")
|
||||
else if (global.recipemode == "f")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 11
|
||||
global.recipeindex = 24
|
||||
}
|
||||
else if (global.recipemode == "g")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 13
|
||||
global.recipeindex = 7
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
@@ -81,10 +81,10 @@ else if (global.recipemode == "m")
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 21
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 10
|
||||
global.recipeindex = 12
|
||||
}
|
||||
|
Reference in New Issue
Block a user