diff --git a/composer.json b/composer.json index e3c8d3e1f..999ad29c9 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "pocketmine/bedrock-block-upgrade-schema": "~3.1.0+bedrock-1.20.10", "pocketmine/bedrock-data": "~2.4.0+bedrock-1.20.10", "pocketmine/bedrock-item-upgrade-schema": "~1.4.0+bedrock-1.20.10", - "pocketmine/bedrock-protocol": "~23.0.0+bedrock-1.20.10", + "pocketmine/bedrock-protocol": "~23.0.2+bedrock-1.20.10", "pocketmine/binaryutils": "^0.2.1", "pocketmine/callback-validator": "^1.0.2", "pocketmine/classloader": "^0.2.0", diff --git a/composer.lock b/composer.lock index cae00386d..4c90391e4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4524eed9bd1a33e650413fbf41382e20", + "content-hash": "2acf1299aa8b354c44495ae048aa8893", "packages": [ { "name": "adhocore/json-comment", @@ -276,16 +276,16 @@ }, { "name": "pocketmine/bedrock-protocol", - "version": "23.0.1+bedrock-1.20.10", + "version": "23.0.2+bedrock-1.20.10", "source": { "type": "git", "url": "https://github.com/pmmp/BedrockProtocol.git", - "reference": "db48400736799cc3833a2644a02e308992a98fa8" + "reference": "69a309a2dd7dcf3ec8c316385b866397e8c2cbfd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/db48400736799cc3833a2644a02e308992a98fa8", - "reference": "db48400736799cc3833a2644a02e308992a98fa8", + "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/69a309a2dd7dcf3ec8c316385b866397e8c2cbfd", + "reference": "69a309a2dd7dcf3ec8c316385b866397e8c2cbfd", "shasum": "" }, "require": { @@ -317,9 +317,9 @@ "description": "An implementation of the Minecraft: Bedrock Edition protocol in PHP", "support": { "issues": "https://github.com/pmmp/BedrockProtocol/issues", - "source": "https://github.com/pmmp/BedrockProtocol/tree/23.0.1+bedrock-1.20.10" + "source": "https://github.com/pmmp/BedrockProtocol/tree/23.0.2+bedrock-1.20.10" }, - "time": "2023-07-18T21:07:24+00:00" + "time": "2023-07-24T15:35:36+00:00" }, { "name": "pocketmine/binaryutils", diff --git a/src/network/mcpe/handler/ItemStackContainerIdTranslator.php b/src/network/mcpe/handler/ItemStackContainerIdTranslator.php index f9ea9ef5f..e9356dd73 100644 --- a/src/network/mcpe/handler/ItemStackContainerIdTranslator.php +++ b/src/network/mcpe/handler/ItemStackContainerIdTranslator.php @@ -70,6 +70,7 @@ final class ItemStackContainerIdTranslator{ ContainerUIIds::MATERIAL_REDUCER_OUTPUT, ContainerUIIds::SMITHING_TABLE_INPUT, ContainerUIIds::SMITHING_TABLE_MATERIAL, + ContainerUIIds::SMITHING_TABLE_TEMPLATE, ContainerUIIds::STONECUTTER_INPUT, ContainerUIIds::TRADE2_INGREDIENT1, ContainerUIIds::TRADE2_INGREDIENT2, @@ -84,6 +85,7 @@ final class ItemStackContainerIdTranslator{ ContainerUIIds::FURNACE_FUEL, ContainerUIIds::FURNACE_INGREDIENT, ContainerUIIds::FURNACE_RESULT, + ContainerUIIds::HORSE_EQUIP, ContainerUIIds::LEVEL_ENTITY, //chest ContainerUIIds::SHULKER_BOX, ContainerUIIds::SMOKER_INGREDIENT => [$currentWindowId, $slotId],