Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 8933d4c

Browse files
authored
why main class is now a coremod wtf
1 parent 35e8b9a commit 8933d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ 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 = lib.tool.Main
53+
coreModClass =
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!
56-
containsMixinsAndOrCoreModOnly = true
56+
containsMixinsAndOrCoreModOnly =
5757

5858
# If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your
5959
# responsibility check the licence and request permission for distribution, if required.

0 commit comments

Comments
 (0)