Velvet
Modby Cammie
A Fabric & NeoForge library to help with shader usage, based off of Satin
Type
Mod
CurseForge Downloads
2,627
CurseForge ID
1132159
Last Updated
Aug 26, 2026
Description

Velvet is a multiloader library for making and using your own OpenGL shaders based off of Satin. I highly suggest supporting the Satin developers, but don't pester them with bug reports if you're using Velvet.
For documentation, Satin's wiki will provide you with everything. Some class and method names are difference, as Velvet renames them to match Mojmap names.
Adding Velvet to your project
If your project is Fabric only, please use Satin instead.
You can add Velvet by putting the following in your build.gradle:
repositories { maven { name = "Up-Mods & Cammie's Corner" url = "https://maven.uuid.gg/releases" } }For Fabric (Ignore this if you're only using NeoForge):
dependencies { modImplementation "dev.cammiescorner.velvet:Velvet-Common:${velvet_version}" modImplementation "dev.cammiescorner.velvet:Velvet-Fabric:${velvet_version}" // If you want to jar-in-jar Velvet include "dev.cammiescorner.velvet:Velvet-Common:${velvet_version}" include "dev.cammiescorner.velvet:Velvet-Fabric:${velvet_version}" }For NeoForge:
dependencies { implementation "dev.cammiescorner.velvet:Velvet-Common:${velvet_version}" implementation "dev.cammiescorner.velvet:Velvet-NeoForge:${velvet_version}" // If you want to jar-in-jar Velvet jarJar(dev.cammiescorner.velvet:Velvet-Common:${velvet_version}) { transitive = false version { strictly "[${velvet_version},)" prefer ${velvet_version} } } jarJar(dev.cammiescorner.velvet:Velvet-NeoForge:${velvet_version}) { transitive = false version { strictly "[${velvet_version},)" prefer ${velvet_version} } } }Then add the library version to your gradle.properties file:
# Velvet version velvet_version=0.x.xOr your libs.versions.toml file if you're using one of those instead:
# Velvet version velvet_version = "0.x.x"For the latest version of Velvet, please check the GitHub Releases.
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Carpet Sky Additions Reborn
Infinite empty World Generation with Biomes and Structure Bounding Boxes kept in place. Obtain any block/item in Minecra...
Epicurean
Food-related features for Fabric and 1.14+
Simple Hammers [Fabric/Forge/NeoForge]
Mine faster and wider with Simple Hammers that break 3x3 areas of blocks at once.
Call to Battle WW2 - Minimap Addon
Call to Battle WW2 - Minimap Addon adds fully textured minimaps to Call to Battle's multiplayer maps, allowing you to na...
DragonOptiFix
Fixed the issue where player model rendering failed when DragonBlockC mod and OptiFine were installed together.
Mystical Nature [Fabric]
Mystical Nature is a mod allow growing your resources with plants. Use plant to grow essences used to make materials!

