Skip to content
/ jMCX Public

A Java library for interacting with Minecraft Anvil (more coming) files.

License

Notifications You must be signed in to change notification settings

paul-eff/jMCX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jMCX v0.2

Currently there aren't any sophisticated libraries to interact with Minecraft Anvil (more to come) files in Java (read, edit and write). And those that are around haven't been updated in a while or are directly integrated to projects like mcaselector by Querz.

With this library I want to provide an up to date and efficient (and also overengineered) way to interact with Anvil (more to come) files.

jMCX will in the near future be part of MinecraftOfflineOnlineConverter to enable UUID conversion down to entity level.

Supports

  • Operations: Reading and writing (.mca from/to file)
  • Compression types: LZIP, GZIP and NONE

WIP

  • Operations: Editing
  • Compression types: LZ4

Future

  • Bedrock Region format
  • GUI (BIG maybe!)

Usage

  • Obviously download the jar
  • Add it as a dependency to your project (dependent on your IDE)
  • Take a look into the Main.java file.

Sources

Disclaimer

Please always make a backup of your files before using this tool. Whilst it was thoroughly tested, there is always the chance that a bug might occur!

If you need support for a specific version or a custom feature, please leave me a message or issue :)!

Remark

Minecraft is a registered trademark of Mojang AB.

About

A Java library for interacting with Minecraft Anvil (more coming) files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages