Rename ButtonInfo.kt to ButtonAnnotations.kt and set Snowy.displayInitMessage to false by default.
This commit is contained in:
parent
54799044d6
commit
8293a7c086
|
@ -56,7 +56,7 @@ object Configuration {
|
|||
parseString(
|
||||
"""
|
||||
|Snowy {
|
||||
| displayInitMessage = true
|
||||
| displayInitMessage = false
|
||||
| riskyCheats = false
|
||||
|}
|
||||
""".trimMargin()
|
||||
|
|
|
@ -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(
|
Loading…
Reference in New Issue