Satin API

A Fabric library to help modders with shader usage

File Details

satin-2.0.0.jar

  • R
  • Jun 13, 2024
  • 100.04 KB
  • 184.5K
  • 1.21.1+1
  • Fabric

File Name

satin-2.0.0.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:satin-api-385463:5425358"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 2.0.0:

Updated to MC 1.21

Changes

  • The root package has been changed from ladysnake.satin to org.ladysnake.satin
    • global search-replace of ladysnake.satin -> org.ladysnake.satin should do the trick for the migration in your projects

Removals

  • Removed the nanoTime parameter in PostWorldRenderCallback and PostWorldRenderCallbackV2 (deprecated since 1.17.0)
  • Removed the ShaderEffectManager#manageProgram methods (deprecated since 1.6.0)
  • Removed deprecated GlMatrices methods (deprecated since 1.1.0)

see full changelog here