Skip to content

1.20.70-r1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DavyCraft648 DavyCraft648 released this 04 Mar 12:43
· 115 commits to stable since this release
a00fc74

For Minecraft: Bedrock Edition 1.20.0-1.20.70

This is an experimental support release for Minecraft: Bedrock Edition 1.20.70.

Update based on the latest PM6 update and several other updates:

  • Implemented crawling
    • The following public API methods have been added:
      • Living->isCrawling() : bool
      • Living->setCrawling(bool $value = true) : void
      • Player->toggleCrawl(bool $crawl) : bool
    • The following classes have been added:
      • PlayerToggleCrawlEvent - called when a player starts or stops crawling
  • Implemented snowlogging
    • The following public API methods have been added:
      • Block->canBeSnowlogged() : bool
      • Block->isSnowlogged() : bool

⚠️ WARNING ⚠️
This is NOT a stable release. BACK UP your data before using this version.

⚠️When using this, please note that you are using a PocketMine fork. You will not get support assistance on the pocketmine discord server if you have problems, you can only report problems by creating a new issue.