Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 684 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 684 Bytes

MCWorld Tools

MCWorld Tools is a Python-based utility with a convenient command line interface for packing and unpacking Minecraft Bedrock Edition worlds.

Usage

  • Clone the repository or download the latest release

  • Navigate to the folder you cloned/downloaded this repo/release to

  • Install required packages:

pip install -r requirements.txt
  • Run the tool:

    • Windows:

      python main.py
      

      or

      py main.py
      
    • Linux and macOS:

      python3 main.py
      
  • Enjoy your freshly converted worlds!

Demo coming soon...