Minosoft: Open-source Minecraft client, written from scratch
51–60 of 93 posts
Re: Minosoft: Open-source Minecraft client, written from scratch
#52Wait so this actually implements everything? Like all the features? System recs are quite high, I was hoping to find something that my kids can use on their Chromebooks but even if this isn’t it, this is cool as heck.
If you're on a low end system, I can recommend Minetest. It's a similar but different experience - you still mine blocks and craft items but all of the details are quite different. I enjoy both games; while I prefer Minecraft due to community and momentum, Minetest is great if you just want a nice and simple sandbox.
Re: Minosoft: Open-source Minecraft client, written from scratch
#53Yah, selfhosted gitlab. Can't handle it. https://github.com/bixilon/minosoft
Looks like it's trying to get some asset files from the bixilon.de server? I can't try this out right now because it crashes with: java.io.IOException: Server returned HTTP response code: 502 for URL: https://gitlab.bixilon.de/bixilon/pixlyzer-data/-/raw/master/hash/ae/ae844d6a7949f9e70a3ce0f7a12d455c4bcb96c4.mbf?inline=false I'll try later, looks like a really cool project.
`https://gitlab.bixilon.de/bixilon/pixlyzer-data` with `https://github.com/Bixilon/pixlyzer-data`
in src/main/java/de/bixilon/minosoft/config/profile/profiles/resources/source/SourceC.kt
Re: Minosoft: Open-source Minecraft client, written from scratch
#54For those wondering, hypixel was an impressive minecraft mod. The devs moved on to create Hytale - a minecraft-like game that is still to be released. At least that's what my fallible memory says. https://hytale.com/ I assume this is an unrelated effort. And just an engine with basic minecraft play. Actual minecraft is too wide and deep for any "reimplementation" to fall from the skys at this point.
hypixel is an impressive minecraft server, not mod
Re: Minosoft: Open-source Minecraft client, written from scratch
#55Invest in Cloudflare for your GitLab server brother.
Re: Minosoft: Open-source Minecraft client, written from scratch
#56Sounds like it's only a client. Still very impressive and might be helpful for some people, but not really where the performance bottleneck is most of the time. The same thing done for a survival server implementation would be a lot more interesting and useful.
Very few implementations ever reach that level of maturity. Everyone and their mom gets the networking/keepalive/inventory stuff working. Mature clients maybe get gravity and basic movement working. A single digit number of implementations have gone farther than that.
Physics is the least documented corner of Minecraft. Effectively everything about lighting, entities, the map format, and the network protocol is well documented without having to dig through the decompiled source.
Not so with physics. No two physics implementations look alike because:
A) The Java Minecraft physics engine is a pretty tangled mess to begin with
B) Each implementation represents a unique attempt to research and re-implement that mess
Re: Minosoft: Open-source Minecraft client, written from scratch
#57Wait so this actually implements everything? Like all the features? System recs are quite high, I was hoping to find something that my kids can use on their Chromebooks but even if this isn’t it, this is cool as heck.
Minecraft Java runs on a toaster with performance mods. Another small thing you can do is run a "fast" JDK like Graal EE.
Re: Minosoft: Open-source Minecraft client, written from scratch
#58Yah, selfhosted gitlab. Can't handle it. https://github.com/bixilon/minosoft
Looks like it's trying to get some asset files from the bixilon.de server? I can't try this out right now because it crashes with: java.io.IOException: Server returned HTTP response code: 502 for URL: https://gitlab.bixilon.de/bixilon/pixlyzer-data/-/raw/master/hash/ae/ae844d6a7949f9e70a3ce0f7a12d455c4bcb96c4.mbf?inline=false I'll try later, looks like a really cool project.
Re: Minosoft: Open-source Minecraft client, written from scratch
#59For those wondering, hypixel was an impressive minecraft mod. The devs moved on to create Hytale - a minecraft-like game that is still to be released. At least that's what my fallible memory says. https://hytale.com/ I assume this is an unrelated effort. And just an engine with basic minecraft play. Actual minecraft is too wide and deep for any "reimplementation" to fall from the skys at this point.
Nope, hypixel is the largest minecraft server, although the definitely use a lot of server side mods and scripts to keep things functioning. Hytale is still certified classic vaporware. Anyone re-implementing minecraft would also have to reimplement all the quirks and undocumented interactions, as well as essentially staying compatible with forge and the apis mods expect. So whatever rewrite has to be in a JVM, and m…
Re: Minosoft: Open-source Minecraft client, written from scratch
#60Meanwhile, it probably would be simpler to implement some thing like hypixel in the open-source Minecraft-workalike minetest, where you'd be in much less legally muddy water.
But still nobody would play that. Because brand.