diff --git a/changelog.md b/changelog.md index 692bd5587..e06ddafe7 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ Version 2.0.0 **Really important warning: future alphas are extremely likely to break compatibility with worlds started with this alpha. Don't start using those versions on any world you care about.** +### Changes in Alpha 8 +- Updated Satin - should fix the architectury crashes for real + ### Changes in Alpha 7 - Added little custom soul particles for obelisks - Made Cool Kid Blending work on obelisk souls without canvas diff --git a/gradle.properties b/gradle.properties index 42f6f8922..196b34656 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx5G # Base properties -mod_version = 2.0.0-alpha.7 +mod_version = 2.0.0-alpha.8 maven_group = io.github.ladysnake #General @@ -16,7 +16,7 @@ fabric_version=0.37.0+1.17 # Minecraft dependencies cca_version = 3.1.1 -satin_version = 1.6.3 +satin_version = 1.6.4 pal_version = 1.3.0 locki_version = 0.4.1 impersonate_version=2.3.3