@@ -33,7 +33,7 @@ channel = stable
33
33
mappingsVersion = 12
34
34
35
35
# Defines other MCP mappings for dependency deobfuscation.
36
- remoteMappings = https://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
36
+ remoteMappings = https\ ://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
37
37
38
38
# Select a default username for testing your mod. You can always override this per-run by running
39
39
# `./gradlew runClient --username=AnotherPlayer`, or configuring this command in your IDE.
@@ -61,6 +61,9 @@ gradleTokenModId =
61
61
# [DEPRECATED] Mod name replacement token.
62
62
gradleTokenModName =
63
63
64
+ # [DEPRECATED] Mod Group replacement token.
65
+ gradleTokenGroupName =
66
+
64
67
# [DEPRECATED]
65
68
# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
66
69
# public static final String VERSION = "GRADLETOKEN_VERSION";
@@ -123,7 +126,7 @@ includeWellKnownRepositories = true
123
126
usesMavenPublishing = true
124
127
125
128
# Maven repository to publish the mod to.
126
- # mavenPublishUrl = https://nexus.gtnewhorizons.com/repository/releases/
129
+ # mavenPublishUrl = https\ ://nexus.gtnewhorizons.com/repository/releases/
127
130
128
131
# Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token.
129
132
#
@@ -187,5 +190,3 @@ curseForgeRelations =
187
190
# This is meant to be set in $HOME/.gradle/gradle.properties.
188
191
# ideaCheckSpotlessOnBuild = true
189
192
190
- # Non-GTNH properties
191
- gradleTokenGroupName =
0 commit comments