hematite Build Status

A simple Minecraft written in Rust with the Piston game engine

screenshot

Getting Started

Windows

OS X

$ brew install sdl2

Ubuntu

$ sudo apt-get install libsdl2-dev

Should get you going without problems, if you find any issues please file them.

How To Open a World

This method is only for personal use. Never distribute copyrighted content from Minecraft.

<version> = 1.8.1

Windows

Minecraft folder: %appdata%\minecraft

Worlds folder: %appdata%\minecraft\saves\<world>

OS X

Minecraft folder: ~/Library/Application Support/minecraft

Worlds folder: ~/Library/Application Support/minecraft/saves/<world>

Linux

Minecraft folder: ~/.minecraft

Worlds folder: ~/.minecraft/saves/<world>

Dependencies

dependencies

How to contribute