Community listing page, reviews here may not be monitored by the author.
Veil Volume Lights
No reviews yet
Veil addon library that adds support for colored mediums
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Veil Volume Lights
A client rendering library for Veil point, spot, and rectangular area lights with continuous transparent-medium volumes.
The public API is under com.cappleapple.veilvolumelights.api.client. Create a persistent VolumeLightHandle with VeilVolumeLights.create(...), update it when the source changes, and free it when the source disappears.
VolumeLightHandle point = VeilVolumeLights.create(new VolumeLight.Point(
position, color, 1.0F, 16.0F, true, 0.6F
));
VolumeLightHandle spot = VeilVolumeLights.create(new VolumeLight.Spot(
position, forward, up, color, 1.0F, 40.0F,
24.0F, 10.0F, true, 0.8F
));
VolumeLightHandle area = VeilVolumeLights.create(new VolumeLight.Area(
position, forward, up, color, 1.0F, 24.0F,
4.0F, 2.0F, 70.0F, true, 0.7F
));
Definitions use full cone/spread angles in degrees and full area width/height in blocks. Calls are client-side and should be made on the render thread.
For visual testing, use the Functional Blocks creative tab or:
/give @s veilvolumelights:test_point_light
/give @s veilvolumelights:test_spot_light
/give @s veilvolumelights:test_area_light
Development
Requires Java 21.
./gradlew.bat test build
./gradlew.bat runClient
Veil Volume Lights is available under the MIT License.
The reference integration is Veil Lights for TaCZ.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources