You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateval pauseMovement by setting("Pause Movement", true)
48
48
privateval delay by setting("Delay Ticks", 1, 0..20, 1, unit =" ticks")
49
49
privateval helpMend by setting("Help Mend", false, description ="Helps mending items by replacing the offhand item with low HP items of the same type")
50
-
val ejectList = setting(CollectionSetting("Eject List", defaultEjectList, String::class.java))
50
+
val ejectList = setting(CollectionSetting("Eject List", defaultEjectList))
0 commit comments