Skip to content

Commit

Permalink
Remove side("client"), as it was causing constant reinstallation of F…
Browse files Browse the repository at this point in the history
…orge
  • Loading branch information
Gaming32 committed Jul 7, 2024
1 parent 9d180a3 commit 39aadb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ tasks.compileJava {

unimined.minecraft {
version(mcVersionString)
if ((mcVersion != 1_20_01 || !isForge) && mcVersion < 1_20_05) {
side("client")
}

mappings {
intermediary()
Expand Down

0 comments on commit 39aadb1

Please sign in to comment.