diff --git a/build.gradle b/build.gradle index a1863de..ae97a58 100644 --- a/build.gradle +++ b/build.gradle @@ -20,16 +20,21 @@ repositories { // See https://docs.gradle.org/current/userguide/declaring_repositories.html // for more information about repositories. maven { url = "https://maven.shedaniel.me/" } // Cloth Config, REI - maven { url = "https://dvs1.progwml6.com/files/maven/" } // JEI + maven { url = "https://maven.blamejared.com" } // JEI maven { url = "https://maven.parchmentmc.org" } // Parchment mappings maven { url = "https://maven.quiltmc.org/repository/release" } // Quilt Mappings maven { url = "https://api.modrinth.com/maven" } // LazyDFU maven { url = "https://maven.terraformersmc.com/releases/" } // Mod Menu - maven { url = "https://mvn.devos.one/snapshots/" } // Create, Porting Lib, Forge Tags, Milk Lib, Registrate maven { url = "https://cursemaven.com" } // Forge Config API Port maven { url = "https://maven.jamieswhiteshirt.com/libs-release" } // Reach Entity Attributes - maven { url = "https://jitpack.io/" } // Mixin Extras, Fabric ASM + maven { // Fabric ASM for Porting Lib + url = "https://jitpack.io/" + content { includeGroupAndSubgroups("com.github") } + } maven { url = "https://maven.tterrag.com/" } // Flywheel + maven { url = "https://mvn.devos.one/snapshots/" } // Create and several dependencies + maven { url = "https://mvn.devos.one/releases/" } // Porting Lib releases + maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven" } // Forge Config API Port exclusiveContent { forRepository { diff --git a/gradle.properties b/gradle.properties index b12599e..9738bf4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1G # https://lambdaurora.dev/tools/import_quilt.html qm_version = 23 # https://parchmentmc.org/docs/getting-started - parchment_version = 2023.06.26 + parchment_version = 2023.09.03 # Mod Properties mod_version = 1.0 @@ -22,15 +22,15 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # https://modrinth.com/mod/create-fabric/versions - create_version = 0.5.1-f-build.1329+mc1.20.1 + create_version = 0.5.1-j-build.1631+mc1.20.1 # https://modrinth.com/mod/thin-air/versions thinair_version = v8.1.5-1.20.1-Fabric # https://modrinth.com/mod/ad-astra/versions - adastra_version = MxqFxL9C - botarium_version = 5a8eybLl + adastra_version = Xtm1uo8F + botarium_version = f3ATcSfq # set to disabled to have none of them. recipe_viewer = disabled # Mod Menu - https://modrinth.com/mod/modmenu/versions - modmenu_version = 4.1.2 + modmenu_version = 7.2.2 # LazyDFU - https://modrinth.com/mod/lazydfu/versions lazydfu_version = 0.1.3 \ No newline at end of file