We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0707fb2 commit 4281c14Copy full SHA for 4281c14
CHANGELOG.txt
@@ -1 +1,4 @@
1
+- Synced with 6.0.8
2
- Searching in the Stockkeeper GUI now syncs with EMI too, not just JEI
3
+- Fixed a crash with Ribbits (#1823)
4
+- Fixed a crash with Enchancement (#1818)
build.gradle.kts
@@ -9,7 +9,7 @@ val buildNum = providers.environmentVariable("GITHUB_RUN_NUMBER")
9
.getOrElse("local")
10
11
val mcVer: String = libs.versions.minecraft.get()
12
-version = "6.0.7.0+$buildNum-mc$mcVer"
+version = "6.0.8.0+$buildNum-mc$mcVer"
13
14
group = "com.simibubi.create"
15
0 commit comments