diff --git a/build.gradle b/build.gradle index 4330476..fb09224 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'fabric-loom' version '1.7-SNAPSHOT' - id 'io.github.ladysnake.chenille' version '0.13.1' + id 'io.github.ladysnake.chenille' version '0.14.0' } version = project.mod_version @@ -11,23 +11,14 @@ base { } chenille { - github = new URL("https://github.com/Ladysnake/BLAST") javaVersion = 21 configurePublishing { withLadysnakeMaven() - withCurseforgeRelease() withGithubRelease() withModrinthRelease() } } -modrinth { - dependencies { - required.project "fabric-api" - } - syncBodyFrom = rootProject.file("README.md").text -} - loom { accessWidenerPath = file("src/main/resources/blast.accesswidener") } diff --git a/gradle.properties b/gradle.properties index 2930b06..44f46fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,10 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs = -Xmx4G +org.gradle.jvmargs = -Xmx1G +org.gradle.parallel = true # Mod Properties mod_version = 1.13 -maven_group = io.github.ladysnake +maven_group = ladysnake archives_base_name = blast # Fabric Properties @@ -20,9 +21,8 @@ common_protection_api_version = 1.0.0 #Publishing owners = Ladysnake +display_name = Blast license_header = ARR -curseforge_id = 349938 -curseforge_versions = 1.21; 1.21.1 modrinth_id = hrVBD9fd -cf_requirements = fabric-api release_type = release +mr_requirements = fabric-api