
GPU Land
My attempt at worldgen on the gpu
Screenshots






About this Mod
WARNING: Alpha Software: Currently under heavy development. Expect crashes in combination w/ and w/o other mods.
This mod is my attempt to do worldgen using compute shaders on gpu.
The mod currently uses vulkan api to execute compute shaders.
Does the mod change world generation? Yes ofc, it's just a single compute shader.
I don't even know much about noise and vanilla world generation.
Can I customise the worldgen? Yes ofc, its one of the goals of the mod. Just compile a glsl shader into spv and put it into a datapack. I will write the specifics on how to do that later. For now, just check the Source Code to figure stuff out.
Specifically Built in shader and Built in datapack
Can I use it on dedicated server No, At least for now, you can manually add lwjgl libraries to classpath. It will crash if the mod crashes, because the crash code is dependent on client code. Hope it makes sense.
Requirements
- Vulkan 1.4
- GL_EXT_shader_explicit_arithmetic_types_int8
- GL_EXT_shader_8bit_storage
Currently implemented
- Single shader-pass to translate each blockpos to a index in a pre-determined block palette of max size 256
- Minimal multithreading (use c2me mod to take full advantage)
- Loading shaders from datapacks
Planned
- Multi-pass shaders, to modify biomes and blocks, and generate intermediary textures
- Datapack reload support
- Repacking of chunk sections in manner similiar to vanilla, instead of simple memory copy from gpu using static block palette
- Allow reusing shaders via push constants
- Allow running on dedicated server
Socials
- If you are shader/worldgen dev, and have used the mod, please contact me with your work.
Available Versions
How to Install GPU Land on Your Server
Order Server
Order a Minecraft Java server with at least 4 GB RAM (6 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.2-snapshot-3).
Install Mod
Open the mod browser in the dashboard and search for "GPU Land". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.2-snapshot-3, 26.1.2
Server-side
✓ RequiredRecommended RAM
6 GB(min. 4 GB)Frequently Asked Questions
GPU Land server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 4 GB RAM is allocated and the loader matches the mod version (26.2-snapshot-3). You can switch loaders with one click in the panel.
Is GPU Land compatible with fabric and quilt?
GPU Land officially supports fabric, quilt for Minecraft 26.2-snapshot-3, 26.1.2. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with GPU Land – how to optimize performance?
Recommended RAM: 6 GB (per 5 players). Use /spark profiler to check if GPU Land consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install GPU Land with just one click on your server.