fix: adapt allay update

* feat: update mapping files to latest
This commit is contained in:
Dmitry Luk
2024-12-16 23:28:19 +04:00
parent 1d3c380784
commit 9b6a503f31
25 changed files with 148 additions and 3573 deletions

View File

@@ -13,7 +13,7 @@ object Versions {
const val caffeine = "3.1.8"
const val slf4j = "2.0.16"
object Internal {
const val shadow = "8.3.3"
const val apacheText = "1.12.0"
@@ -31,7 +31,7 @@ object Versions {
const val fabricAPI = "0.106.1+${Mod.minecraft}"
const val cloud = "2.0.0-beta.9"
}
//
// object Quilt {
// const val quiltLoader = "0.20.2"
// const val fabricApi = "7.3.1+0.89.3-1.20.1"
@@ -46,9 +46,8 @@ object Versions {
const val architecuryLoom = "1.7.413"
const val architecturyPlugin = "3.4.159"
}
//
// object Forge {
// const val forge = "${Mod.minecraft}-48.0.13"
// const val burningwave = "12.63.0"
@@ -65,20 +64,19 @@ object Versions {
const val paperWeight = "1.7.2"
const val cloud = "2.0.0-beta.10"
}
//
// object Sponge {
// const val sponge = "9.0.0-SNAPSHOT"
// const val mixin = "0.8.2"
// const val minecraft = "1.17.1"
// }
//
object CLI {
const val logback = "1.5.8"
const val picocli = "4.7.6"
}
object Allay {
const val api = "0114e0b290"
const val api = "master-SNAPSHOT"
}
}