hematite
hematite copied to clipboard
A simple Minecraft written in Rust with the Piston game engine
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...
(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...
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()`...
 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...