@@ -3,7 +3,7 @@ modName = FalsePatternLib
3
3
# This is a case-sensitive string to identify your mod. Convention is to use lower case.
4
4
modId = falsepatternlib
5
5
6
- modGroup = com.falsepattern.lib
6
+ modGroup = com.falsepattern
7
7
8
8
# WHY is there no version field?
9
9
# The build script relies on git to provide a version via tags. It is super easy and will enable you to always know the
@@ -35,7 +35,7 @@ gradleTokenGroupName = GRADLETOKEN_GROUPNAME
35
35
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise you can
36
36
# leave this property empty.
37
37
# Example value: apiPackage = api + modGroup = com.myname.mymodid -> com.myname.mymodid.api
38
- apiPackage = api
38
+ apiPackage = lib. api
39
39
40
40
# Specify the configuration file for Forge's access transformers here. I must be placed into /src/main/resources/META-INF/
41
41
# Example value: mymodid_at.cfg
@@ -50,7 +50,7 @@ mixinsPackage =
50
50
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
51
51
# This parameter is for legacy compatability only
52
52
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
53
- coreModClass = CoreLoadingPlugin
53
+ coreModClass = lib. CoreLoadingPlugin
54
54
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
55
55
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
56
56
containsMixinsAndOrCoreModOnly = true
0 commit comments