Skip to content

A Python tool to convert Minecraft hardcore worlds to survival mode.

License

Notifications You must be signed in to change notification settings

CulleyHarrelson/MinecraftHardcore2Survival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MinecraftHardcore2Survival

A Python tool to convert Minecraft hardcore worlds to survival mode. This tool allows you to continue playing your hardcore world after death by converting it to survival mode.

Features

  • Converts hardcore worlds to survival mode
  • Automatically creates backups before conversion
  • Command-line interface for easy use
  • Safe error handling with automatic backup restoration

Installation

You can install this package directly from GitHub:

git clone https://github.com/CulleyHarrelson/MinecraftHardcore2Survival
cd MinecraftHardcore2Survival
pip install -e .

Usage

Command Line

mc-hardcore2survival path/to/level.dat

Example

mc-hardcore2survival ~/Library/Application\ Support/ModrinthApp/profiles/1.21\ VP/saves/MyWorld/level.dat

Safety Features

  • Automatic backup creation before any modifications
  • Automatic backup restoration if anything goes wrong
  • Non-destructive operation - original files are preserved

Requirements

  • Python 3.7 or higher
  • nbtlib 2.0.0 or higher

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the Minecraft community

About

A Python tool to convert Minecraft hardcore worlds to survival mode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages