From 33640595affda1cdce6046a1d432684e9ced7c9f Mon Sep 17 00:00:00 2001 From: Charsy89 <28523197+Charsy89@users.noreply.github.com> Date: Sat, 28 Jun 2025 11:05:00 +0000 Subject: [PATCH] Imply that enabling "containsMixinsAndOrCoreModOnly" will prevent late mixins from being loaded --- .../com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java b/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java index f2bb3aaf..ef45c3bb 100644 --- a/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java +++ b/src/main/java/com/gtnewhorizons/gtnhgradle/PropertiesConfiguration.java @@ -498,8 +498,8 @@ Enables using modern Java syntax (up to version 17) via Jabel, while still targe 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;