Skip to content

Commit

Permalink
Release 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 7, 2020
1 parent f28405f commit 9b01fb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/3.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ Plugin developers should **only** update their required API to this version if y
- Pumpkin and melon stems may not connect to their corresponding pumpkin/melon
- New blocks, items & mobs aren't implemented
- Nether doesn't exist

# 3.16.1
- Fixed incorrect encoding of skins in the protocol.
- `/version` no longer crashes when a plugin provides `string[]` for the `author` field in `plugin.yml`.
- `author` in `plugin.yml` now accepts arrays, just like `authors`.
- Fixed `HellBiome` never being registered.
2 changes: 1 addition & 1 deletion src/pocketmine/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

const NAME = "PocketMine-MP";
const BASE_VERSION = "3.16.1";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;

0 comments on commit 9b01fb3

Please sign in to comment.