diff --git a/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt b/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt index d4d7a05..076fb1d 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt @@ -56,7 +56,7 @@ object Configuration { parseString( """ |Snowy { - | displayInitMessage = true + | displayInitMessage = false | riskyCheats = false |} """.trimMargin() diff --git a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonAnnotations.kt similarity index 97% rename from common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt rename to common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonAnnotations.kt index b29ab4e..51f4d63 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonAnnotations.kt @@ -6,7 +6,7 @@ import net.minecraft.network.chat.TranslatableComponent /** * Should be used on classes/objects extending [ButtonImpl] -*/ + */ @Target(AnnotationTarget.CLASS) @Retention(AnnotationRetention.RUNTIME) annotation class ButtonInfo(