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.
- Host: GitHub
- URL: https://github.com/justtaldevelops/pmf
- Owner: JustTalDevelops
- Created: 2021-08-14T03:00:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T23:43:45.000Z (over 3 years ago)
- Last Synced: 2025-02-04T18:46:52.998Z (5 months ago)
- Topics: df-mc
- Language: Go
- Homepage:
- Size: 3.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# Updated Bedrock image
