CurseForge · Minecraft mod
Volumetrics
A foundational library to provide volume lookups in Minecraft.
Quick answer
Which Volumetrics release should I use?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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.
26.1.1
1 loader build26.1-snapshot
1 loader build26.1
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Volumetrics versions and loaders
Volumetrics 1.0.17
volumetrics-1.0.17.jar
5 Jun 2026
Volumetrics 1.0.16
volumetrics-1.0.16.jar
24 Mar 2026
Volumetrics 1.0.8
volumetrics-1.0.8.jar
9 Jan 2026
Volumetrics 1.0.7
volumetrics-1.0.7.jar
23 Dec 2025
Volumetrics 1.0.6
volumetrics-1.0.6.jar
10 Dec 2025
Volumetrics 1.0.5
volumetrics-1.0.5.jar
1 Oct 2025
Volumetrics 1.0.3
volumetrics-1.0.3.jar
3 Aug 2025
Volumetrics 1.0.2 for 1.21.7
volumetrics-1.0.2.jar
2 Jul 2025
Volumetrics 1.0.1 for 1.21.6
volumetrics-1.0.1.jar
17 Jun 2025
Volumetrics v1.0.0
volumetrics-1.0.0.jar
27 Apr 2025
Looking for an older file? The official CurseForge project page is in Resources.