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
15
15
| Class | Purpose |
16
16
| ---------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------|
17
17
| [ 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 |
19
19
20
20
21
21
Anything annotated with [ @StableAPI ] ( src/main/java/com/falsepattern/lib/StableAPI.java ) is guaranteed to not change in patch versions.
22
22
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
24
24
` ENABLE_LIBRARY_DOWNLOADS ` booleans in the ` falsepatternlib.cfg ` config file respectively. Note that the update checker
25
25
depends 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.
27
27
28
28
### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask
29
29
You can’t perform that action at this time.
0 commit comments