Back to mods
Volumetrics project artwork

CurseForge · Minecraft mod

Volumetrics

A foundational library to provide volume lookups in Minecraft.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Volumetrics release should I use?

Updated 3 months ago
Latest stable file Volumetrics 1.0.17
Game version 26.1.2
Loader NeoForge

Volumetrics 1.0.17 targets 26.1.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Volumetrics required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Volumetrics 1.0.17 need?

Volumetrics 1.0.17. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Volumetrics without breaking your instance.

Built for Volumetrics 1.0.17. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Volumetrics 1.0.17. It targets 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Volumetrics 1.0.17. It opens that exact file at the source.

About this project

What does Volumetrics add?

Performant volume lookups done in Minecraft to allow for cross mod support. A common use case would be something like weather deterrence or fields of radiation. On its own, Volumetrics shouldn't do anything. But with a mod using the library, they can take advantage of volume serialization, network syncing, and rapid look ups for data calculations. Simple Weather and the XyCraft Suite utilize this system.

How to get started

There is documentation written to help utilize this library, but for now if you are just looking for the maven

repositories {
   mavenCentral()
}



// It is recommended to put `volumetrics_version` in your gradle.properties file with the version you are targeting.
dependencies {
    implementation "tv.soaryn:volumetrics:${volumetrics_version}"
}

Project description from CurseForge.

Pick your setup

Volumetrics by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

11 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Volumetrics versions and loaders

10 of 10 releases match

Looking for an older file? The official CurseForge project page is in Resources.