Volumetrics

Quick rating

Community listing page, reviews here may not be monitored by the author.

Volumetrics

No reviews yet

A foundational library to provide volume lookups in Minecraft.

Mod Loaders
Minecraft

About

Description

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}"
}