diff --git a/plugin.yml b/plugin.yml index 6705300..2d8f3bd 100644 --- a/plugin.yml +++ b/plugin.yml @@ -2,8 +2,8 @@ name: Specter version: "0.9" author: Falkirks main: specter\Specter -api: ["3.11"] -mcpe-protocol: [390] +api: ["3.14"] +mcpe-protocol: [407] softdepend: ["iControlU"] commands: specter: diff --git a/src/specter/network/SpecterInterface.php b/src/specter/network/SpecterInterface.php index a19c36f..24628c6 100644 --- a/src/specter/network/SpecterInterface.php +++ b/src/specter/network/SpecterInterface.php @@ -211,6 +211,7 @@ public function decodeAdditional() $pk->clientId = 1; $pk->xuid = "xuid here"; $pk->identityPublicKey = "key here"; + $pk->clientData["SkinResourcePatch"] = base64_encode('{"geometry": {"default": "geometry.humanoid.custom"}}'); $pk->clientData["SkinId"] = "Specter"; try { $pk->clientData["SkinData"] = base64_encode(str_repeat(random_bytes(3) . "\xff", 2048));