Skip to content

Commit

Permalink
Update Unimined
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 14, 2024
1 parent 20ed1ed commit e0d4406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("io.github.gaming32.gradle.preprocess-root") version "0.4.4"
id("xyz.wagyourtail.unimined") version "1.2.4" apply false
id("xyz.wagyourtail.unimined") version "1.2.9" apply false
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ unimined.minecraft {
})
mixinConfig("world-host.mixins.json")
}
isNeoForge -> neoForged {
isNeoForge -> neoForge {
loader(when (mcVersion) {
1_21_00 -> "0.4-beta"
1_21_00 -> "4-beta"
1_20_06 -> "21-beta"
1_20_04 -> "69-beta"
else -> throw IllegalStateException("Unknown NeoForge version for $mcVersionString")
Expand Down

0 comments on commit e0d4406

Please sign in to comment.