Rename ButtonInfo.kt to ButtonAnnotations.kt and set Snowy.displayInitMessage to false by default.

This commit is contained in:
Username404 2021-05-21 12:07:14 +02:00
parent 54799044d6
commit 8293a7c086
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ object Configuration {
parseString(
"""
|Snowy {
| displayInitMessage = true
| displayInitMessage = false
| riskyCheats = false
|}
""".trimMargin()

View File

@ -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(