A simple Minecraft written in Rust with the Piston game engine
Last updated Jul 4, 2026
1.9k
Stars
107
Forks
25
Issues
+3
Stars/day
Attention Score
82
Language breakdown
Rust 99.0%
Java 1.0%
βΈ Files
click to expand
README
hematite 
A simple Minecraft written in Rust with the Piston game engine

How To Open a World
This method is only for personal use. Never distribute copyrighted content from Minecraft.
- In the Minecraft Launcher, click the button βNew Profileβ
- In the drop down "use version", select
1.8.8 - Click βSave Profileβ
- Click βPlayβ (this will download the snapshot)
- Quit Minecraft
- Copy your world save to to the hematite directory (It may corrupt your world)
- Save Locations:
%appdata%\.minecraft\saves\
* OSX: ~/Library/Application Support/minecraft/saves/
* Linux/Other: ~/.minecraft/saves/
- Run hematite with:
cargo run --release -- -p "./<WORLD_NAME>"
Dependencies

π More in this category