Skip to content

Commit

Permalink
Added 1.16.0 support - Merge pull request #93 from Chitpixel/master
Browse files Browse the repository at this point in the history
Added 1.16.0 support
Supports PM3.14
Supports Protocol Version 407
  • Loading branch information
inxomnyaa authored Jul 8, 2020
2 parents 5534518 + 8bd6dde commit 9bdbd69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/specter/network/SpecterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 9bdbd69

Please sign in to comment.