@@ -33,7 +33,7 @@ channel = stable
3333mappingsVersion = 12
3434
3535# 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/
3737
3838# Select a default username for testing your mod. You can always override this per-run by running
3939# `./gradlew runClient --username=AnotherPlayer`, or configuring this command in your IDE.
@@ -50,24 +50,18 @@ enableGenericInjection = false
5050# Generate a class with a String field for the mod version named as defined below.
5151# If generateGradleTokenClass is empty or not missing, no such class will be generated.
5252# If gradleTokenVersion is empty or missing, the field will not be present in the class.
53- generateGradleTokenClass =
53+ generateGradleTokenClass = alexiil.mods.load.Tags
5454
5555# Name of the token containing the project's current version to generate/replace.
56- gradleTokenVersion = GRADLETOKEN_VERSION
57-
58- # [DEPRECATED] Mod ID replacement token.
59- gradleTokenModId =
60-
61- # [DEPRECATED] Mod name replacement token.
62- gradleTokenModName =
56+ gradleTokenVersion = VERSION
6357
6458# [DEPRECATED]
6559# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
6660# public static final String VERSION = "GRADLETOKEN_VERSION";
6761# The string's content will be replaced with your mod's version when compiled. You should use this to specify your mod's
6862# version in @Mod([...], version = VERSION, [...]).
6963# Leave these properties empty to skip individual token replacements.
70- replaceGradleTokenInFile = Lib.java
64+ # replaceGradleTokenInFile =
7165
7266# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can
7367# leave this property empty.
@@ -123,7 +117,7 @@ includeWellKnownRepositories = true
123117usesMavenPublishing = true
124118
125119# Maven repository to publish the mod to.
126- # mavenPublishUrl = https://nexus.gtnewhorizons.com/repository/releases/
120+ # mavenPublishUrl = https\ ://nexus.gtnewhorizons.com/repository/releases/
127121
128122# Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token.
129123#
@@ -187,5 +181,3 @@ curseForgeRelations =
187181# This is meant to be set in $HOME/.gradle/gradle.properties.
188182# ideaCheckSpotlessOnBuild = true
189183
190- # Non-GTNH properties
191- gradleTokenGroupName =
0 commit comments