Releases: Ladysnake/Satin
Releases · Ladysnake/Satin
1.3.0
1.2.1
1.2.0
- Added an experimental depth map access, allowing for fancier effects than ever
- Added a config file that can be used to disable the depth map hook
- Added a
PostRenderWorldEvent
, useful to render effects that use world information - Fixed int uniforms crashing the game (Mojang's bug!)
Also Satin now has a wiki and example mods that you can check out!
1.1.1
1.1.0
Added an experimental readable depth texture access to framebuffers
Added a basic json config for optional features (currently used to let users forcefully disable the above feature)
Added matrix multiplication to GlMatrices
Replaced some methods in GlMatrices
with better versions. Old ones have been deprecated.
Updated to Loader 0.4.0 ! Nest me up daddy
Also added a logo and support for mod menu
1.0.0-SNAPSHOT+noaccessor
Fixed crash in development environment