新建2024-06-14

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)

你已经到达了世界的尽头..
新建2024-06-06

Version 1.18.0:

Additions

  • Added WorldRendererReloadCallback, an event that gets triggered when e.g. video settings are updated or the player joins a world

Changes

  • Shaders' init callbacks now also run during the above event

    • This fixes resource leaks caused by setting a sampler uniform to a vanilla Framebuffer in those callbacks

  • Added a warning in the logs for bad framerate when installed together with the Vivecraft mod

你已经到达了世界的尽头..
新建2024-01-01

Version 1.17.0:

Updated to MC 1.20.5

Additions

  • Added PostWorldRenderCallbackV3, with the projection and model-view matrices passed in

Changes

  • The nanoTime parameter in PostWorldRenderCallback and PostWorldRenderCallbackV2 has been deprecated, and is subject to removal in a future version

你已经到达了世界的尽头..
新建2024-01-01

Version 1.16.0:

Updated to MC 1.20.4 proper (thanks DietrichPaul!)

Additions

  • Added a new UniformMat4#setFromArray method for those cases where going through a matrix is too impractical

你已经到达了世界的尽头..
新建2023-12-06

Version 1.15.0:

Updated to MC 1.20.3 (thanks DietrichPaul!)

Changes

  • Slightly optimized shader uniform loading

你已经到达了世界的尽头..
新建2023-08-05

Updated to MC 1.20.1

Additions

  • Added the satin:format framebuffer extension (big thanks to Will BL !)

Changes

  • Moved publication to the ladysnake maven (maven.ladysnake.org/releases instead of ladysnake.jfrog.io/mods)

  • Changed the maven group to org.ladysnake

你已经到达了世界的尽头..
新建2023-06-10

- Updated to MC 1.20

你已经到达了世界的尽头..