@@ -3,14 +3,14 @@ modName = TestMod
33# This is a case-sensitive string to identify your mod. Convention is to use lower case.
44modId = testmod
55
6- modGroup = gtexpert.testmod
6+ modGroup = com.github. gtexpert.testmod
77
88# Version of your mod.
99# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
1010modVersion = 1.0.0
1111
1212# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
13- includeMCVersionJar = false
13+ includeMCVersionJar = true
1414
1515# The name of your jar when you produce builds, not including any versioning info
1616modArchivesBaseName = testmod
@@ -44,7 +44,7 @@ enableModernJavaSyntax = true
4444enableJava17RunTasks = false
4545
4646# Generate a class with String fields for the mod id, name and version named with the fields below
47- generateGradleTokenClass = gtexpert.testmod.Tags
47+ generateGradleTokenClass = com.github. gtexpert.testmod.Tags
4848gradleTokenModId = MODID
4949gradleTokenModName = MODNAME
5050gradleTokenVersion = VERSION
@@ -78,7 +78,7 @@ coreModClass =
7878containsMixinsAndOrCoreModOnly = false
7979
8080# Enables Mixins even if this mod doesn't use them, useful if one of the dependencies uses mixins.
81- forceEnableMixins = false
81+ forceEnableMixins = true
8282
8383# Outputs pre-transformed and post-transformed loaded classes to run/CLASSLOADER_TEMP. Can be used in combination with
8484# diff to see exactly what your ASM or Mixins are changing in the target file.
@@ -178,7 +178,7 @@ mavenArtifactGroup =
178178# By default this will use the files found here: https://github.com/GTModpackTeam/Buildscripts/tree/master/spotless
179179# to format your code. However, you can create your own version of these files and place them in your project's
180180# root directory to apply your own formatting options instead.
181- enableSpotless = false
181+ enableSpotless = true
182182
183183# Enable JUnit testing platform used for testing your code.
184184# Uses JUnit 5. See guide and documentation here: https://junit.org/junit5/docs/current/user-guide/
0 commit comments