Voxelum / minecraft-launcher-core-node

Provide packages to install Minecraft, launch Minecraft and more to build launcher with NodeJs/Electron!
https://docs.xmcl.app/en/core/
MIT License
174 stars 25 forks source link

Roadmap #102

Open ci010 opened 4 years ago

ci010 commented 4 years ago

This issue will list the thing I'm currently doing or planning to do, but there is no guarantee for a date to deliver these...

Goal of Chunk parsing

Provide a set of API to parse Minecraft chunk (.mca) file which can read the block id or name in chunk.

Some good references

How to validate

We can capture the chunk data by writing mod, which might be really helpful to test.

HoldYourWaffle commented 4 years ago

I might be able to help out with chunk parsing. I was planning to figure that out for a side-project anyway, might as well contribute it here 😄

CuteKims commented 1 year ago

supporting BMCLAPI is easy. its directory structures are 100% identical to the officials.