mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
dfc1164839
commit
b05c8cfe0d
5 changed files with 209 additions and 30 deletions
4
MinecraftClient/RecipeBookRecipeEntry.cs
Normal file
4
MinecraftClient/RecipeBookRecipeEntry.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace MinecraftClient
|
||||
{
|
||||
public readonly record struct RecipeBookRecipeEntry(string CommandId, string DisplayText);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue