mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 13:03:50 +00:00
sync recipes from server to client, only shapeless right now
This commit is contained in:
parent
12429e1981
commit
f2b304fad5
7 changed files with 256 additions and 29 deletions
|
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue