diff --git a/changelog.md b/changelog.md index 196f02c..b536d1a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +------------------------------------------------------ +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 + ------------------------------------------------------ Version 1.15.0 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index e178290..2c2f289 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.15.3 fabric_version=0.91.3+1.20.4 # Mod Properties -mod_version = 1.15.0 +mod_version = 1.16.0 owners = Ladysnake maven_group = org.ladysnake archives_base_name = satin @@ -27,7 +27,7 @@ display_name = Satin license_header = LGPL gpl_version = 3 curseforge_id = 385463 -curseforge_versions = 1.20.3 +curseforge_versions = 1.20.4 cf_requirements = fabric-api modrinth_id = fRbqPLg4 release_type = release