Skip to content

Commit d567f6c

Browse files
committed
zamn
1 parent b50014f commit d567f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modName = FalsePatternLib
33
# This is a case-sensitive string to identify your mod. Convention is to use lower case.
44
modId = falsepatternlib
55

6-
modGroup = com.falsepattern.lib
6+
modGroup = com.falsepattern
77

88
# WHY is there no version field?
99
# 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
3535
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise you can
3636
# leave this property empty.
3737
# Example value: apiPackage = api + modGroup = com.myname.mymodid -> com.myname.mymodid.api
38-
apiPackage = api
38+
apiPackage = lib.api
3939

4040
# Specify the configuration file for Forge's access transformers here. I must be placed into /src/main/resources/META-INF/
4141
# Example value: mymodid_at.cfg
@@ -50,7 +50,7 @@ mixinsPackage =
5050
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
5151
# This parameter is for legacy compatability only
5252
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
53-
coreModClass = CoreLoadingPlugin
53+
coreModClass = lib.CoreLoadingPlugin
5454
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
5555
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
5656
containsMixinsAndOrCoreModOnly = true

0 commit comments

Comments
 (0)