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.
- Converts hardcore worlds to survival mode
- Automatically creates backups before conversion
- Command-line interface for easy use
- Safe error handling with automatic backup restoration
You can install this package directly from GitHub:
git clone https://github.com/CulleyHarrelson/MinecraftHardcore2Survival
cd MinecraftHardcore2Survival
pip install -e .
mc-hardcore2survival path/to/level.dat
mc-hardcore2survival ~/Library/Application\ Support/ModrinthApp/profiles/1.21\ VP/saves/MyWorld/level.dat
- Automatic backup creation before any modifications
- Automatic backup restoration if anything goes wrong
- Non-destructive operation - original files are preserved
- Python 3.7 or higher
- nbtlib 2.0.0 or higher
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Minecraft community