Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCruelStuff committed Mar 8, 2020
1 parent 8c7d54b commit d71f4ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelogs/v1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
* Added support for protocol 393
* Fixed item register

# 1.8.1
* Added support for protocol 394
* Added support for protocol 395
* Fixed player onGround detections
* Fixed double inventory crash
* Added check night time
* Fixed creative items


## Bugs
* Timings do not work
* ItemFrame does not work correctly
Expand Down
2 changes: 1 addition & 1 deletion src/pocketmine/PocketMine.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function dummy(){
use pocketmine\utils\Utils;
use pocketmine\wizard\Installer;

const VERSION = '1.8';
const VERSION = '1.8.1';
const API_VERSION = "1.12.0";
const CODENAME = "Server";
const MINECRAFT_VERSION = "v1.x";
Expand Down

0 comments on commit d71f4ad

Please sign in to comment.