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(
|
parseString(
|
||||||
"""
|
"""
|
||||||
|Snowy {
|
|Snowy {
|
||||||
| displayInitMessage = true
|
| displayInitMessage = false
|
||||||
| riskyCheats = false
|
| riskyCheats = false
|
||||||
|}
|
|}
|
||||||
""".trimMargin()
|
""".trimMargin()
|
||||||
|
|
|
@ -6,7 +6,7 @@ import net.minecraft.network.chat.TranslatableComponent
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should be used on classes/objects extending [ButtonImpl]
|
* Should be used on classes/objects extending [ButtonImpl]
|
||||||
*/
|
*/
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
annotation class ButtonInfo(
|
annotation class ButtonInfo(
|
Loading…
Reference in New Issue