broese / mcbuild

A custom Minecraft client with advanced auto-building capabilities
26 stars 11 forks source link

Added support for a few tested and confirmed packet ids #27

Closed harbaughfan closed 5 years ago

harbaughfan commented 5 years ago

Tested and confirmed struct etc. Enabled packet support for: SUPPORT_DD (0x00,SP_SpawnObject,_1_9), SUPPORT_DD (0x01,SP_SpawnExperienceOrb,_1_9), SUPPORT_DDF (0x09,SP_UpdateBlockEntity,_1_8_1), SUPPORT_DD (0x23,SP_Effect,_1_8_1), SUPPORT_DED (0x18,CP_PlayerDigging,_1_9), SUPPORT_DED (0x19,CP_EntityAction,_1_8_1), SUPPORT_DD (0x28,SP_EntityRelMove,_1_9), SUPPORT_DD (0x29,SP_EntityLookRelMove,_1_9), SUPPORT_DED (0x2e,SP_PlayerAbilities,_1_8_1), SUPPORT_DEDF(0x30,SP_PlayerListItem,_1_9), SUPPORT_DED (0x33,SP_UseBed,_1_9), SUPPORT_DDF (0x35,SP_DestroyEntities,_1_8_1), SUPPORT_DD (0x43,SP_SetExperience,_1_8_1), SUPPORT_DD (0x44,SP_UpdateHealth,_1_8_1), SUPPORT_DED (0x4d,SP_SoundEffect,_1_10), SUPPORT_DD (0x50,SP_EntityTeleport,_1_9),