File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ The contents of the [util](src/main/java/com/falsepattern/lib/util) package so f
1515| Class | Purpose |
1616| ---------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------|
1717| [ ResourceUtil] ( src/main/java/com/falsepattern/lib/util/ResourceUtil.java ) | Provides methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath |
18- | [ Async] ( src/main/java/com/falsepattern/lib/util/Async.java ) | Provides asynchronous execution utilities. |
18+ | [ Async] ( src/main/java/com/falsepattern/lib/util/Async.java ) | Provides asynchronous execution utilities |
1919
2020
2121Anything annotated with [ @StableAPI ] ( src/main/java/com/falsepattern/lib/StableAPI.java ) is guaranteed to not change in patch versions.
2222
23- The update checker module and the library checker module can be toggled with the ` ENABLE_UPDATE_CHECKER ` and
23+ The update checker module and the library downloader module can be toggled with the ` ENABLE_UPDATE_CHECKER ` and
2424` ENABLE_LIBRARY_DOWNLOADS ` booleans in the ` falsepatternlib.cfg ` config file respectively. Note that the update checker
2525depends on the module downloader to grab [ FJson] ( https://github.com/FalsePattern/FJson ) , so if it's not already present
26- on disk, disabling the library loader breaks the update checker. This is only required the first time though.
26+ on disk, disabling the library loader breaks the update checker. This is only required the first time download, though.
2727
2828### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask
2929
You can’t perform that action at this time.
0 commit comments