actually version ify burningwave

This commit is contained in:
Zoë 2022-06-30 22:00:21 -07:00
parent 18de2c3f99
commit 7a4bf38cbc
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ object Versions {
object Forge {
const val forge = "${Mod.minecraft}-41.0.38"
const val burningwave = ""
const val burningwave = "12.53.0"
}
object Bukkit {

View File

@ -33,8 +33,8 @@ dependencies {
mappings("net.fabricmc:yarn:${Versions.Mod.yarn}:v2")
//forge is not ok.
compileOnly("org.burningwave:core:12.53.0")
"forgeRuntimeLibrary"("org.burningwave:core:12.53.0")
compileOnly("org.burningwave:core:${Versions.Forge.burningwave}")
"forgeRuntimeLibrary"("org.burningwave:core:${Versions.Forge.burningwave}")
}
loom {