Name sorting update

This commit is contained in:
2025-05-14 16:43:01 +03:00
parent 532d1aac6d
commit ea656dfb7a
9 changed files with 35 additions and 35 deletions

View File

@@ -61,7 +61,7 @@ else if (global.recipemode == "c")
else if (global.recipemode == "g")
{
global.indexphase = "home"
global.recipeindex = 19
global.recipeindex = 13
}
else if (global.recipemode == "m")
{
@@ -71,7 +71,7 @@ else if (global.recipemode == "m")
else if (global.recipemode == "p")
{
global.indexphase = "home"
global.recipeindex = 20
global.recipeindex = 23
}
else if (global.recipemode == "s")
{