Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ ExampleMod tag to use as Blowdryer (Spotless, etc.) settings version, leave empt
preferPopulated = true,
required = false,
docComment = """
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!
If your project is only a consolidation of early 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!
""")
public boolean containsMixinsAndOrCoreModOnly = false;

Expand Down