diff options
| author | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 20:39:32 +0100 |
|---|---|---|
| committer | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 20:39:32 +0100 |
| commit | e6d3e1f2ff270fb773fed9425da7c5c549c0bfb9 (patch) | |
| tree | 429979aa926400cf53c536b5302b77280088d81e /gradle.properties | |
| parent | aa393be7cebd20545249282312c04e67ca70e881 (diff) | |
| download | GT5-Unofficial-e6d3e1f2ff270fb773fed9425da7c5c549c0bfb9.tar.gz GT5-Unofficial-e6d3e1f2ff270fb773fed9425da7c5c549c0bfb9.tar.bz2 GT5-Unofficial-e6d3e1f2ff270fb773fed9425da7c5c549c0bfb9.zip | |
Fix launching the game, spotless
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 634f622b76..75dd95ccff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -97,7 +97,7 @@ mixinsPackage = # Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin! # This parameter is for legacy compatibility only # Example value: (coreModClass = asm.FMLPlugin) + (modGroup = com.myname.mymodid) -> com.myname.mymodid.asm.FMLPlugin -coreModClass = +coreModClass = asm.GTCorePlugin # If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class # that is annotated with @Mod) you want this to be true. When in doubt: leave it on false! |
