diff --git a/build.gradle b/build.gradle index 591adc13..7e9435f8 100644 --- a/build.gradle +++ b/build.gradle @@ -84,9 +84,10 @@ allprojects { // Add any additional repositories repositories { mavenCentral() - mavenLocal() maven { name 'Fabric'; url 'https://maven.fabricmc.net/' } -// maven { name 'TerraformersMC'; url 'https://maven.terraformersmc.com/' } + // GrossFabricHacks + maven { url = 'https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/' } + maven { url 'https://maven.jpcode.dev' } // Add repositories to retrieve artifacts from in here. // You should only use this when depending on other mods because // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. @@ -95,9 +96,6 @@ allprojects { maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } maven { url 'https://maven.nucleoid.xyz' } - // GrossFabricHacks - maven { url = 'https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/' } - // Used by FabricPlaceholderAPI flatDir { dirs 'libs' diff --git a/gradle.properties b/gradle.properties index a4d7fa00..d08406a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx2048M mod_name = Essential Commands mod_id = essential_commands - mod_version = 0.15.0 + mod_version = 0.15.0-4 maven_group = com.fibermc archives_base_name = essential_commands @@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xmx2048M placeholder_api_version=1.0.1+1.17 #mod_menu_version = 2.0.2 - gfh_version = 6.1 + gfh_version = 6.1-JP7-4 jetbrains_annotations_version = 21.0.1 junit_jupiter_version = 5.7.2