Remove an extra * character in ButtonInfo.kt
This commit is contained in:
parent
4143ef0e14
commit
2d679bf0e3
|
@ -12,7 +12,7 @@ import net.minecraft.network.chat.TranslatableComponent
|
|||
annotation class ButtonInfo(
|
||||
val parent: Category,
|
||||
val kind: Type = Type.TOGGLE,
|
||||
val ignored: Boolean = false /** Excludes a class from button collection **/
|
||||
val ignored: Boolean = false /** Excludes a class from button collection */
|
||||
) {
|
||||
companion object {
|
||||
internal var lightningFactor: Float = 0.33F
|
||||
|
|
Loading…
Reference in New Issue