Skip to content

Commit 1fb98d7

Browse files
committed
Block Iris 1.10.8 and bump version
1 parent 8f4abe7 commit 1fb98d7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
object BuildConfig {
44
val MINECRAFT_VERSION: String = "26.1.1"
55
val NEOFORGE_VERSION: String = "26.1.1.0-beta"
6-
val FABRIC_LOADER_VERSION: String = "0.18.4"
7-
val FABRIC_API_VERSION: String = "0.145.1+26.1"
6+
val FABRIC_LOADER_VERSION: String = "0.18.5"
7+
val FABRIC_API_VERSION: String = "0.145.3+26.1.1"
88
val SUPPORT_FRAPI : Boolean = true
99

1010
// This value can be set to null to disable Parchment.
1111
val PARCHMENT_VERSION: String? = null
1212

1313
// https://semver.org/
14-
var MOD_VERSION: String = "0.8.9-beta.4"
14+
var MOD_VERSION: String = "0.8.9"
1515

1616
fun createVersionString(project: Project): String {
1717
val builder = StringBuilder()

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"custom_hud" : "<3.4.2",
9494
"farsight" : "<=1.21-4.3",
9595
"iceberg" : "<1.2.7",
96-
"iris" : "<=1.10.6",
96+
"iris" : "<=1.10.8",
9797
"movingelevators" : "<=1.4.7",
9898
"notenoughcrashes" : "<4.4.8",
9999
"noxesium" : "<2.3.3",

0 commit comments

Comments
 (0)