Skip to content

PistonDevelopers/hematite

Folders and files

NameName
Last commit message
Last commit date
Nov 11, 2022
Apr 29, 2016
May 21, 2016
May 21, 2016
Jan 10, 2023
May 21, 2016
Nov 11, 2022
Jun 28, 2014
Nov 11, 2022
Jul 16, 2021
Jun 23, 2021
Nov 5, 2014

Repository files navigation

hematite Build Status

A simple Minecraft written in Rust with the Piston game engine

screenshot

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:

    • Windows: %appdata%\.minecraft\saves\
    • OSX: ~/Library/Application Support/minecraft/saves/
    • Linux/Other: ~/.minecraft/saves/
  • Run hematite with: cargo run --release -- -p "./<WORLD_NAME>"

Dependencies

dependencies

How to contribute