SlopScore
00 crowd

LavaFlow (github.com/BZLZHH/LavaFlow)

An experimental Vulkan 1.1 graphics backend for Minecraft's Blaze3D API.
Java · ★ 5 · 3 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 2 hours ago by BZLZHH · last checked 2 hours ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-11: LavaFlow, an experimental Vulkan graphics backend for Minecraft, whose README says it is "100% generated by AI under human direction". 5 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as BZLZHH. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
An experimental Vulkan 1.1 graphics backend for Minecraft's Blaze3D API.
created
2026-07-26 · pushed 1 month ago · 10 commits · 1 contributor
languages
Java 100%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 2 hours ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
java
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: LavaFlow, an experimental Vulkan graphics backend for Minecraft, whose README says it is "100% generated by AI under human direction". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README (read the rest on GitHub)

LavaFlow

Caution

100% AI-GENERATED PROJECT

LavaFlow, including its source code and documentation, is 100% generated by AI under human direction. Treat the implementation as experimental: audit the code and test it on your own hardware before relying on it.

LavaFlow is an experimental Vulkan 1.1 graphics backend for Minecraft's Blaze3D API. It replaces the exercised Blaze3D rendering path with LavaFlow-owned LWJGL Vulkan implementations and never calls OpenGL.

Compatibility

Component Target
Minecraft 26.2
Mod loader NeoForge 26.2.0.32-beta or newer 26.2 build
Minecraft runtime Java 25
Graphics API Vulkan 1.1
Desktop smoke renderer Java 21 bytecode

The backend includes compatibility paths for Vulkan 1.1 devices without dynamic rendering, synchronization2, push descriptors, multi-draw indirect, non-solid fill mode, or vertex attribute divisors. Both desktop and ARM64 Android devices are in scope. Actual driver behavior and performance vary by GPU.

Current Features

  • LavaFlow-owned Vulkan instance, presentation device, queues, and swapchain
  • Blaze3D textures, buffers, samplers, pipelines, render passes, and command encoding
  • Dynamic-rendering and legacy-render-pass paths
  • Push-descriptor and descriptor-set paths
  • Explicit resource lifetime and queue synchronization
  • Vulkan-native texture transfers, blits, clears, and presentation
  • Resize and swapchain recreation handling
  • Final presentation blit with the target Y coordinate reversed
  • Sodium 0.9.1 compatibility: Sodium's Vulkan terrain path runs on LavaFlow instead of falling back to OpenGL

LavaFlow uses clockwise front faces and does not enable shaderc's invert-Y option. These conventions are required to match Minecraft's official Vulkan backend behavior.

Architecture

Minecraft Blaze3D API
        |
LavaFlow NeoForge adapter
        |
LavaFlow Vulkan backend
        |
Vulkan 1.1

The Minecraft-facing adapter lives under dev.lavaflow.minecraft. The standalone Vulkan renderer under dev.lavaflow.vulkan contains no Minecraft classes, keeping Vulkan resource ownership and batching policy independent of Minecraft.

Building

Prerequisites:

  • JDK 25
  • Vulkan 1.1 loader and driver
  • refs/Minecraft26.2Client.jar (the GitHub workflow downloads and verifies it automatically)
  • Gradle 9.1 or a compatible Gradle release

Build and test the project:

gradle --no-daemon clean test jar

The NeoForge mod is written to:

build/libs/lavaflow-0.1.0-SNAPSHOT.jar

GitHub Actions runs the same build for pushes, pull requests, and manual dispatches, then publishes the JAR as a workflow artifact.

Smoke Renderer

Run the standalone Vulkan smoke renderer with:

gradle run

For a finite automated run:

gradle run --args='--frames=120'

The window should clear continuously through Vulkan and report the selected GPU and frame count in its title. Closing it exercises orderly resource teardown.

Installing on NeoForge

  1. Copy build/libs/lavaflow-0.1.0-SNAPSHOT.jar to the Minecraft 26.2 instance's mods directory.
  2. Open the instance's config/fml.toml and set:
earlyWindowControl = false
  1. Select Vulkan as the instance graphics backend.
  2. Start Minecraft with Java 25.

The NeoForge early loading window must remain disabled because it creates an OpenGL GLFW window before Blaze3D selects LavaFlow. LavaFlow itself never creates or uses an OpenGL context.

For FCL on Android, the typical mod path is:

/storage/emulated/0/FCL/.minecraft/versions/26.2-NeoForge/mods/

The exact instance directory can differ between launcher configurations.

Status

LavaFlow is experimental software. Rendering correctness and performance have been tested on a limited set of desktop and ARM64 devices, but Vulkan driver differences can expose device-specific issues. Keep a known-good JAR when testing new builds.

License

LavaFlow is distributed under the MIT License. Copyright (c) 2026 BZLZHH.

Scan report · 2026-09-11
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report