|
3 | 3 | gtnh.settings.blowdryerTag = 0.2.0
|
4 | 4 |
|
5 | 5 | # Human-readable mod name, available for mcmod.info population.
|
6 |
| -modName = GT: New Horizons |
| 6 | +modName = GT\: New Horizons |
7 | 7 |
|
8 | 8 | # Case-sensitive identifier string, available for mcmod.info population and used for automatic mixin JSON generation.
|
9 | 9 | # Conventionally lowercase.
|
@@ -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 @@ customArchiveBaseName = GTNewHorizonsCoreMod
|
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