Mod
Velvet
No reviews yet
A Fabric & NeoForge library to help with shader usage, based off of Satin
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.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
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
Compatibility
Supported Environments
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
About
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.x
Or 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.
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 different, 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.x
Or 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.
Screenshots
Gallery
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



