Updated dependencies

Added dependencies check for forge and fabric
Added update check for forge and fabric
TO-DO
add the updateChecker.json GitHub link to forge entry point
This commit is contained in:
2023-07-15 13:43:48 +02:00
parent e86477003b
commit e534b1526e
6 changed files with 47 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
// Remove the next line if you don't want to depend on the API
modApi "dev.architectury:architectury-forge:${rootProject.architectury_version}"
modApi "me.shedaniel.cloth:cloth-config-forge:11.0.99"
modApi "me.shedaniel.cloth:cloth-config-forge:11.1.106"
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }