diff --git a/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java b/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java index 28f26cc5..7faa0f00 100644 --- a/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java +++ b/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java @@ -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;