Skip to content

Commit

Permalink
Port to 1.20.6. Close #139
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed May 6, 2024
1 parent 959e396 commit 0bc727c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.blamejared.clumps.gradle

object Versions {
const val MOD = "16.0.0"
const val MOD = "17.0.0"
const val JAVA = "21"
const val MINECRAFT = "1.20.5"
const val FABRIC_LOADER = "0.15.10"
const val FABRIC = "0.97.6+1.20.5"
const val MINECRAFT = "1.20.6"
const val FABRIC_LOADER = "0.15.11"
const val FABRIC = "0.97.8+1.20.6"
const val FORGE = "49.0.19" // 1.20.4
const val FORGE_LOADER = "[49,)" // 1.20.4
const val NEO_FORGE = "20.5.0-beta"
const val NEO_FORGE = "20.6.42-beta"
const val NEO_FORGE_LOADER= "[2,)"
}

0 comments on commit 0bc727c

Please sign in to comment.