fabric-*: remove archives_base_name from gradle.properties

This commit is contained in:
Kosma Moczek 2022-01-04 23:50:58 +01:00
parent 29c287d4b3
commit 0596d3e432
10 changed files with 5 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,6 @@
org.gradle.jvmargs=-Xmx1G
# Mod Properties
archives_base_name=Dynmap
# Fabric Properties
# check these on https://fabricmc.net/versions.html