mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
chore: finalize recipe book support polish
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/00c8527f-5755-43c1-8916-8d571d28860b Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
893be203e5
commit
dfc1164839
3 changed files with 4 additions and 10 deletions
|
|
@ -4173,7 +4173,7 @@ namespace MinecraftClient
|
|||
}
|
||||
}
|
||||
|
||||
private static string NormalizeRecipeId(string recipeId)
|
||||
internal static string NormalizeRecipeId(string recipeId)
|
||||
{
|
||||
string trimmedRecipeId = recipeId.Trim();
|
||||
if (trimmedRecipeId.Length == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue