An open API service indexing awesome lists of open source software.

https://github.com/justtaldevelops/pmf

A implementation for the legacy PocketMine 1.3 chunk format mainly for conversion to the latest Bedrock format.
https://github.com/justtaldevelops/pmf

df-mc

Last synced: 3 months ago
JSON representation

A implementation for the legacy PocketMine 1.3 chunk format mainly for conversion to the latest Bedrock format.

Awesome Lists containing this project

README

        

# pmf
A implementation for the legacy PocketMine chunk format, and built in methods to convert it to the latest mcworld format.

I speedran this in a day so I could convert the old Origins Survival Games map to the latest world format for use in Oldboat,
a recreation of old Lifeboat, but someone else might find this useful.

# Block entity conversion
This one was a bit tricky, because of the way block entities, also known as tiles,
are stored in PMF. There's a tiles.yml file that contains tile data, however the formatting
is different to modern tile data, so we must implement tile support one by one.

I've implemented support only for signs right now, but I might implement other tiles if found useful.

# Legacy PM image
![](./images/old_image.png)

# Updated Bedrock image
![](./images/new_image.png)