hematite icon indicating copy to clipboard operation
hematite copied to clipboard

A simple Minecraft written in Rust with the Piston game engine

Results 28 hematite issues
Sort by recently updated
recently updated
newest added

I am familiar with game engines in C++, however, I ahve not released any game yet. I would like to develop `hematite` if it is possible, however, I don't know...

Log: ``` Opening "/home/nonetrix/.minecraft/versions/1.8.8/1.8.8.jar"... File "/home/nonetrix/.minecraft/versions/1.8.8/1.8.8.jar" contains 5597 files. Extracted 3085 files. {"Data": {"LastPlayed": 1625791736904L, "Player": {"Health": 20s, "UUIDMost": -919873009055937816L, "XpSeed": 0i, "Score": 0i, "HurtTime": 0s, "Motion": Double([0.0, 0.0, 0.0]),...

I know Minecraft is only 32 bit (by default, there is a mod that lets it be 64 bit but that's for 1.2.5), but since rust has the capabilities to...

Hi ! This is a suggestion : since the project doesn't support generating new words, what about putting a default save in the repository ? I don't have minecraft installed...

Hello, I would like to know what is the current status of this project ? The development seems stalled :( Anyway, good job for doing something this smooth :stuck_out_tongue:

While there is a clever algorithm (that Minecraft vanilla has recently started using), it's also possible to handle "trivial rejects" by projecting the corners of each chunk and skipping those...

enhancement

(I know in a previous issue said how the map file reading is unnecessary for the client, but while it is still in testing, its obviously still needed.) What I...

draft
easy
discussion

Hi, I wanted to try hematite just for fun, but I am unable to start any world with it. I installed version 1.8.8 for Linux, because the program seams to...

abas@abas-ThinkPad-R61:~/Downloads/hematite-master$ cargo run --release "./" Finished release [optimized] target(s) in 1.33s Running `target/release/hematite './'` Opening "/home/abas/.minecraft/versions/1.8.8/1.8.8.jar"... File "/home/abas/.minecraft/versions/1.8.8/1.8.8.jar" contains 5597 files. Extracted 3085 files. thread 'main' panicked at 'called `Result::unwrap()`...

![2019-05-18_19-44](https://user-images.githubusercontent.com/18725968/57973215-b5e8ac00-79a5-11e9-9c3d-fac293b80302.png) I'm on linux and I also had the problem described in #274, but after loading from the game directory I got it to work. But now only a fraction...