Skip to content

v0.0.3 - pre-release

Pre-release
Pre-release

Choose a tag to compare

@gabytz777 gabytz777 released this 03 Aug 10:14
· 10 commits to main since this release

vib-MC v0.0.3 — pre-release

A Minecraft server for 1.12.2, vibed into existence by AI. Still testing.

Pre-release. A Java 8 compatibility build — these jars are compiled for Java 8 (and run on 8+). The stable v0.0.2 release ships Java 11 jars. Pick whichever matches your runtime.

What's here

  • Connects and lets people join
  • Terrain generates (somewhere)
  • A first attempt at chunk rendering + streaming chunks as you move
  • A few plugins, mobs, and commands

Still broken

  • Terrain doesn't render yet — the client still sees void
  • Basically a lot of it

Run it

gradle build
java -jar build/libs/vib-mc.jar

Starts on port 25565.

MIT. Do whatever you want with this AI-generated mess.