diff --git a/src/classes/Data.php b/src/classes/Data.php index 67253f010..e11a1dde9 100644 --- a/src/classes/Data.php +++ b/src/classes/Data.php @@ -235,6 +235,7 @@ class Material{ 362 => 105, 107 => true, 108 => true, + 109 => true, 112 => true, 114 => true, 128 => true, diff --git a/src/protocol/current.php b/src/protocol/current.php index c4d81a4fd..640b814b2 100644 --- a/src/protocol/current.php +++ b/src/protocol/current.php @@ -69,7 +69,7 @@ define("MC_CHUNK_DATA", 0x9e); define("MC_PLAYER_EQUIPMENT", 0x9f); -//a0 set armor slot +//define("MC_SET_ARMOR_SLOT", 0xa0); define("MC_INTERACT", 0xa1); define("MC_USE_ITEM", 0xa2); define("MC_PLAYER_ACTION", 0xa3); @@ -80,13 +80,14 @@ define("MC_SET_HEALTH", 0xa8); define("MC_SET_SPAWN_POSITION", 0xa9); define("MC_ANIMATE", 0xaa); define("MC_RESPAWN", 0xab); - +//define("MC_VOID", 0xac); define("MC_DROP_ITEM", 0xad); - define("MC_CONTAINER_OPEN", 0xae); define("MC_CONTAINER_CLOSE", 0xaf); define("MC_CONTAINER_SET_SLOT", 0xb0); - +//define("MC_CONTAINER_SET_DATA", 0xb1); +//define("MC_CONTAINER_SET_CONTENT", 0xb2); +//define("MC_CONTAINER_ACK", 0xb3); define("MC_CLIENT_MESSAGE", 0xb4); define("MC_SIGN_UPDATE", 0xb5); define("MC_ADVENTURE_SETTINGS", 0xb6); \ No newline at end of file