diff --git a/fabric-1.14.4/build.gradle b/fabric-1.14.4/build.gradle index b9651169..29c32122 100644 --- a/fabric-1.14.4/build.gradle +++ b/fabric-1.14.4/build.gradle @@ -2,7 +2,7 @@ plugins { id 'fabric-loom' version '0.10.65' } -archivesBaseName = project.archives_base_name +archivesBaseName = "Dynmap" version = parent.version group = parent.group diff --git a/fabric-1.14.4/gradle.properties b/fabric-1.14.4/gradle.properties index d924bef3..9bc4998a 100644 --- a/fabric-1.14.4/gradle.properties +++ b/fabric-1.14.4/gradle.properties @@ -6,7 +6,6 @@ minecraft_version=1.14.4 yarn_mappings=1.14.4+build.18 loader_version=0.12.12 # Mod Properties -archives_base_name=Dynmap # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api fabric_version=0.28.5+1.14 diff --git a/fabric-1.15.2/build.gradle b/fabric-1.15.2/build.gradle index b9651169..29c32122 100644 --- a/fabric-1.15.2/build.gradle +++ b/fabric-1.15.2/build.gradle @@ -2,7 +2,7 @@ plugins { id 'fabric-loom' version '0.10.65' } -archivesBaseName = project.archives_base_name +archivesBaseName = "Dynmap" version = parent.version group = parent.group diff --git a/fabric-1.15.2/gradle.properties b/fabric-1.15.2/gradle.properties index ac696add..0e7cbb60 100644 --- a/fabric-1.15.2/gradle.properties +++ b/fabric-1.15.2/gradle.properties @@ -6,7 +6,6 @@ minecraft_version=1.15.2 yarn_mappings=1.15.2+build.17 loader_version=0.12.12 # Mod Properties -archives_base_name=Dynmap # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api fabric_version=0.23.0+build.328-1.15 diff --git a/fabric-1.16.4/build.gradle b/fabric-1.16.4/build.gradle index b9651169..29c32122 100644 --- a/fabric-1.16.4/build.gradle +++ b/fabric-1.16.4/build.gradle @@ -2,7 +2,7 @@ plugins { id 'fabric-loom' version '0.10.65' } -archivesBaseName = project.archives_base_name +archivesBaseName = "Dynmap" version = parent.version group = parent.group diff --git a/fabric-1.16.4/gradle.properties b/fabric-1.16.4/gradle.properties index 2cea6919..a7ca250e 100644 --- a/fabric-1.16.4/gradle.properties +++ b/fabric-1.16.4/gradle.properties @@ -6,7 +6,6 @@ minecraft_version=1.16.4 yarn_mappings=1.16.4+build.6 loader_version=0.12.12 # Mod Properties -archives_base_name=Dynmap # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api fabric_version=0.25.1+build.416-1.16 diff --git a/fabric-1.17.1/build.gradle b/fabric-1.17.1/build.gradle index b9651169..29c32122 100644 --- a/fabric-1.17.1/build.gradle +++ b/fabric-1.17.1/build.gradle @@ -2,7 +2,7 @@ plugins { id 'fabric-loom' version '0.10.65' } -archivesBaseName = project.archives_base_name +archivesBaseName = "Dynmap" version = parent.version group = parent.group diff --git a/fabric-1.17.1/gradle.properties b/fabric-1.17.1/gradle.properties index 3e1c141c..8ce52291 100644 --- a/fabric-1.17.1/gradle.properties +++ b/fabric-1.17.1/gradle.properties @@ -6,7 +6,6 @@ minecraft_version=1.17.1 yarn_mappings=1.17.1+build.1 loader_version=0.12.12 # Mod Properties -archives_base_name=Dynmap # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api fabric_version=0.36.1+1.17 diff --git a/fabric-1.18/build.gradle b/fabric-1.18/build.gradle index b9651169..29c32122 100644 --- a/fabric-1.18/build.gradle +++ b/fabric-1.18/build.gradle @@ -2,7 +2,7 @@ plugins { id 'fabric-loom' version '0.10.65' } -archivesBaseName = project.archives_base_name +archivesBaseName = "Dynmap" version = parent.version group = parent.group diff --git a/fabric-1.18/gradle.properties b/fabric-1.18/gradle.properties index 477d0215..d56ca2b5 100644 --- a/fabric-1.18/gradle.properties +++ b/fabric-1.18/gradle.properties @@ -2,7 +2,6 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties -archives_base_name=Dynmap # Fabric Properties # check these on https://fabricmc.net/versions.html