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

PHP extension in C++ implementing the modern Minecraft: Bedrock subchunk format for PocketMine-MP 4.0

Notifications You must be signed in to change notification settings

Steadfast5/ext-chunkutils2

 
 

Repository files navigation

ext-chunkutils2

Build Status

PHP extension prototype written in C++ implementing the new MCPE 1.2.13 subchunk format

What is this?

This extension implements some performance-sensitive components of PocketMine-MP's internal chunk handling system in C++ for better performance and lower memory usage.

What's in the extension?

At the time of writing:

  • \pocketmine\world\format\PalettedBlockArray: This class implements paletted block-storages as per modern MCPE since 1.2.13.
  • \pocketmine\world\format\io\SubChunkConverter: This class contains a series of helper methods for upgrading legacy world terrain.

About

PHP extension in C++ implementing the modern Minecraft: Bedrock subchunk format for PocketMine-MP 4.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.4%
  • PHP 5.6%
  • CMake 3.3%
  • C 1.2%
  • Other 0.5%