move more fabric versions to Versions.kt

This commit is contained in:
dfsek
2022-03-30 14:35:53 -07:00
parent 9fc9688fa6
commit 15107459be
2 changed files with 4 additions and 5 deletions
+2
View File
@@ -19,9 +19,11 @@ object Versions {
}
object Fabric {
const val fabricLoader = "0.12.12"
const val fabricAPI = "0.48.0+1.18.2"
const val minecraft = "1.18.2"
const val yarn = "$minecraft+build.2"
const val permissionsAPI = "0.1-SNAPSHOT"
}
object Bukkit {