fix: support 1.21.11 recipe book display ids

Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/4cdf26f2-112b-4502-88f7-8f589c424f69

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-29 18:45:14 +00:00
parent dfc1164839
commit b05c8cfe0d
5 changed files with 209 additions and 30 deletions

View file

@ -0,0 +1,4 @@
namespace MinecraftClient
{
public readonly record struct RecipeBookRecipeEntry(string CommandId, string DisplayText);
}