namespace MinecraftClient { public readonly record struct RecipeBookRecipeEntry(string CommandId, string DisplayText); }