sync recipes from server to client, only shapeless right now

This commit is contained in:
DrPerkyLegit 2026-04-24 02:25:40 -04:00
parent 12429e1981
commit f2b304fad5
7 changed files with 256 additions and 29 deletions

View file

@ -14,6 +14,9 @@ const wstring CustomPayloadPacket::SET_ADVENTURE_COMMAND_PACKET = L"MC|AdvCdm";
const wstring CustomPayloadPacket::SET_BEACON_PACKET = L"MC|Beacon";
const wstring CustomPayloadPacket::SET_ITEM_NAME_PACKET = L"MC|ItemName";
// MinecraftConsoles-defined custom packets
const wstring CustomPayloadPacket::UPDATE_CRAFTING_RECIPES_PACKET = L"MC|Recipes";
CustomPayloadPacket::CustomPayloadPacket()
{
}