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(
|
annotation class ButtonInfo(
|
||||||
val parent: Category,
|
val parent: Category,
|
||||||
val kind: Type = Type.TOGGLE,
|
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 {
|
companion object {
|
||||||
internal var lightningFactor: Float = 0.33F
|
internal var lightningFactor: Float = 0.33F
|
||||||
|
|
Loading…
Reference in New Issue